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 e0e6f41 commit 2ec286bCopy full SHA for 2ec286b
.github/workflows/create_release.yml
@@ -68,7 +68,7 @@ jobs:
68
contents: write # IMPORTANT: mandatory for making GitHub Releases
69
id-token: write # IMPORTANT: mandatory for sigstore
70
steps:
71
- - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
+ - uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c
72
with:
73
pattern: wheels*
74
path: dist
.github/workflows/main.yml
@@ -219,7 +219,7 @@ jobs:
219
if: always()
220
221
- name: Download Artifacts
222
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
+ uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c
223
224
path: artifacts
225
pattern: TestResults*
0 commit comments