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 e3924f5 commit f40e13cCopy full SHA for f40e13c
.github/workflows/wheels.yml
@@ -101,7 +101,7 @@ jobs:
101
id-token: write
102
if: github.event_name == 'release' && github.event.action == 'published'
103
steps:
104
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
105
with:
106
# unpacks default artifact into dist/
107
# if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments