We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bd8e73 + b92208e commit ef128f3Copy full SHA for ef128f3
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@v5
+ uses: actions/upload-artifact@v6
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@v6
+ uses: actions/download-artifact@v7
63
64
65
0 commit comments