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 79e025d commit ee95c00Copy full SHA for ee95c00
.github/workflows/pypi-release.yaml
@@ -61,7 +61,7 @@ jobs:
61
if: github.event_name == 'release'
62
runs-on: ubuntu-latest
63
steps:
64
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
65
with:
66
name: releases
67
path: dist
0 commit comments