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 a444bd1 commit 9407863Copy full SHA for 9407863
.github/workflows/pypi.yml
@@ -390,7 +390,7 @@ jobs:
390
id-token: write
391
if: github.ref == 'refs/heads/main'
392
steps:
393
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
394
with:
395
pattern: artifacts-*
396
path: dist
@@ -412,7 +412,7 @@ jobs:
412
413
if: startsWith(github.ref, 'refs/tags/v')
414
415
416
417
418
0 commit comments