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 2b0f392 commit d9d9ac1Copy full SHA for d9d9ac1
.github/workflows/wheels.yml
@@ -115,7 +115,7 @@ jobs:
115
id-token: write
116
if: (github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'repository_dispatch' && github.event.client_payload.publish_wheel == true)
117
steps:
118
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
119
with:
120
# unpacks default artifact into dist/
121
pattern: artifact-*
0 commit comments