We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f501ac7 commit cb61f3aCopy full SHA for cb61f3a
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
id-token: write
38
steps:
39
- name: Download all the dists
40
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
41
with:
42
name: python-package-distributions
43
path: dist/
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments