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 3b5a26eCopy full SHA for 3b5a26e
.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@95815c38cf2ff2164869cbab79da8d1f422bc89e
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@95815c38cf2ff2164869cbab79da8d1f422bc89e
223
224
path: artifacts
225
pattern: TestResults*
0 commit comments