We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45d85c4 + b025ae7 commit b7f917cCopy full SHA for b7f917c
1 file changed
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
python -m build
34
35
- name: Upload distributions
36
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
37
with:
38
name: release-dists
39
path: dist/
@@ -59,7 +59,7 @@ jobs:
59
60
steps:
61
- name: Retrieve release distributions
62
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
63
64
65
0 commit comments