We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9a0ffd + 17d1541 commit ab86c1fCopy full SHA for ab86c1f
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
id-token: write # IMPORTANT: mandatory for trusted publishing
44
steps:
45
- name: Download all the dists
46
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
47
with:
48
name: python-package-distributions
49
path: dist/
@@ -60,7 +60,7 @@ jobs:
60
id-token: write # IMPORTANT: mandatory for sigstore
61
62
63
64
65
66
0 commit comments