Skip to content

Commit 6fbca2b

Browse files
Update actions/download-artifact digest to 634f93c
1 parent e0e6f41 commit 6fbca2b

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@634f93cb2916e3fdff6788551b99b062d0335ce0
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@634f93cb2916e3fdff6788551b99b062d0335ce0
223223
with:
224224
path: artifacts
225225
pattern: TestResults*

0 commit comments

Comments
 (0)