We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1207fe9 + 620b8cb commit 22e30f0Copy full SHA for 22e30f0
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@v4
+ uses: actions/upload-artifact@v5
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@v5
+ uses: actions/download-artifact@v6
63
64
65
0 commit comments