We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8305f92 commit 61228c7Copy full SHA for 61228c7
.github/workflows/python-publish-pypi.yml
@@ -44,7 +44,7 @@ jobs:
44
45
steps:
46
- name: Download all the dists
47
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
48
with:
49
name: python-package-distributions
50
path: dist/
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
.github/workflows/python-publish-testpypi.yml
@@ -47,7 +47,7 @@ jobs:
51
52
53
0 commit comments