Skip to content

Commit 99ee230

Browse files
Update actions/download-artifact digest to 81ba80d
1 parent e0e6f41 commit 99ee230

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

0 commit comments

Comments
 (0)