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.
2 parents c9f5882 + 9f0cf1d commit df16625Copy full SHA for df16625
1 file changed
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
id-token: write
85
steps:
86
- name: Download all the dists
87
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
88
with:
89
name: python-package-distributions
90
path: dist/
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
@@ -129,7 +129,7 @@ jobs:
129
id-token: write # IMPORTANT: mandatory for sigstore
130
131
132
133
134
135
0 commit comments