We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b30988 commit 91c4f94Copy full SHA for 91c4f94
.github/workflows/pypi-publish-version.yml
@@ -42,7 +42,7 @@ jobs:
42
id-token: write # IMPORTANT: mandatory for trusted publishing
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
46
with:
47
name: python-package-distributions
48
path: dist/
0 commit comments