We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516ee38 commit 833ecb2Copy full SHA for 833ecb2
.github/workflows/publish-to-pypi.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
with:
47
name: python-package-distributions
48
path: dist/
.github/workflows/publish-to-testpypi.yml
@@ -45,7 +45,7 @@ jobs:
+ uses: actions/download@v4
49
50
51
0 commit comments