File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 - name : Extract changelog
2727 run : |
2828 .github/bin/extract-changelog.py ${{ github.ref_name }} /tmp/changelog.md
29- - uses : actions/upload-artifact@v3
29+ - uses : actions/upload-artifact@v6
3030 name : Upload build artifacts
3131 with :
3232 name : wheel
3333 retention-days : 7
3434 path : ./dist/*.whl
35- - uses : actions/upload-artifact@v3
35+ - uses : actions/upload-artifact@v6
3636 name : Upload changelog
3737 with :
3838 name : changelog
4545 permissions :
4646 contents : write
4747 steps :
48- - uses : actions/download-artifact@v3
48+ - uses : actions/download-artifact@v7
4949 - name : Draft release
5050 run : >-
5151 gh release create
6868 contents : write
6969 id-token : write
7070 steps :
71- - uses : actions/download-artifact@v3
71+ - uses : actions/download-artifact@v7
7272 - name : Publish package to Test PyPI
7373 uses : pypa/gh-action-pypi-publish@release/v1
7474 with :
You can’t perform that action at this time.
0 commit comments