Skip to content

Commit 8fb2d24

Browse files
Update actions/download-artifact digest to b14cf4c
1 parent e0e6f41 commit 8fb2d24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
contents: write # IMPORTANT: mandatory for making GitHub Releases
6969
id-token: write # IMPORTANT: mandatory for sigstore
7070
steps:
71-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
71+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765
7272
with:
7373
pattern: wheels*
7474
path: dist

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
if: always()
220220
steps:
221221
- name: Download Artifacts
222-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
222+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765
223223
with:
224224
path: artifacts
225225
pattern: TestResults*

0 commit comments

Comments
 (0)