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 34f727f commit 794a34fCopy full SHA for 794a34f
.github/workflows/pypi.yml
@@ -62,7 +62,7 @@ jobs:
62
needs: [build-sdist, build-wheels]
63
steps:
64
- name: Download artifacts
65
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
66
with:
67
path: dist
68
pattern: dist-*
0 commit comments