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 337cb37 commit 151ab84Copy full SHA for 151ab84
.github/workflows/pypi.yml
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ubuntu-latest
53
if: github.event_name == 'release' && github.event.action == 'published'
54
steps:
55
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
56
with:
57
name: artifact
58
path: dist
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments