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 bafb13f commit cca96c7Copy full SHA for cca96c7
.github/workflows/pypi.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
if: github.event_name == 'release' && github.event.action == 'published'
49
steps:
50
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4.1.7
51
with:
52
name: artifact
53
path: dist
0 commit comments