We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e4482 commit 7a97b1fCopy full SHA for 7a97b1f
.github/workflows/build_publish.yml
@@ -40,7 +40,7 @@ jobs:
40
id-token: write # IMPORTANT: mandatory for trusted publishing
41
steps:
42
- name: Download all the dists
43
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
44
with:
45
name: python-package-distributions
46
path: dist/
@@ -58,7 +58,7 @@ jobs:
58
id-token: write # IMPORTANT: mandatory for sigstore
59
60
61
62
63
64
0 commit comments