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 94a6f9a commit 03be830Copy full SHA for 03be830
.github/workflows/CI.yml
@@ -290,7 +290,7 @@ jobs:
290
permissions:
291
id-token: write
292
steps:
293
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v3
294
with:
295
name: dist
296
- name: List artifacts
@@ -309,7 +309,7 @@ jobs:
309
needs: [build-test, build-sdist]
310
runs-on: ubuntu-latest
311
312
313
314
315
0 commit comments