We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb53f4a commit 5d83803Copy full SHA for 5d83803
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
id-token: write # IMPORTANT: mandatory for trusted publishing
54
steps:
55
- name: Download all the dists
56
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
57
with:
58
name: python-package-distributions
59
path: dist/
@@ -69,7 +69,7 @@ jobs:
69
contents: write # IMPORTANT: mandatory for creating release
70
71
72
73
74
75
0 commit comments