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 5f478c8 commit 92dad24Copy full SHA for 92dad24
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
needs: build_wheel_and_sdist
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
33
with:
34
# unpacks default artifact into dist/
35
# if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments