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 6b93289 commit da00247Copy full SHA for da00247
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
# upload to PyPI on every tag
61
if: github.event_name == 'push' && github.ref_type == 'tag'
62
steps:
63
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
64
with:
65
pattern: artifact-*
66
merge-multiple: true
0 commit comments