We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcde31 commit 7639bceCopy full SHA for 7639bce
1 file changed
.github/workflows/python-publish.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/
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments