Skip to content

Commit 790681a

Browse files
Update actions/download-artifact digest to de96f46 (#961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micha Reiser <[email protected]>
1 parent 3114841 commit 790681a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ jobs:
129129
persist-credentials: false
130130
submodules: recursive
131131
- name: Install cached dist
132-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
132+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
133133
with:
134134
name: cargo-dist-cache
135135
path: ~/.cargo/bin/
136136
- run: chmod +x ~/.cargo/bin/dist
137137
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
138138
- name: Fetch local artifacts
139-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
139+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
140140
with:
141141
pattern: artifacts-*
142142
path: target/distrib/
@@ -180,14 +180,14 @@ jobs:
180180
persist-credentials: false
181181
submodules: recursive
182182
- name: Install cached dist
183-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
183+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
184184
with:
185185
name: cargo-dist-cache
186186
path: ~/.cargo/bin/
187187
- run: chmod +x ~/.cargo/bin/dist
188188
# Fetch artifacts from scratch-storage
189189
- name: Fetch artifacts
190-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
190+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
191191
with:
192192
pattern: artifacts-*
193193
path: target/distrib/
@@ -241,7 +241,7 @@ jobs:
241241
submodules: recursive
242242
# Create a GitHub Release while uploading all files to it
243243
- name: "Download GitHub Artifacts"
244-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
244+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
245245
with:
246246
pattern: artifacts-*
247247
path: artifacts

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ global = "depot-ubuntu-latest-4"
7272
[dist.github-action-commits]
7373
"actions/checkout" = "85e6279cec87321a52edac9c87bce653a07cf6c2" # v4
7474
"actions/upload-artifact" = "6027e3dd177782cd8ab9af838c04fd81a07f1d47" # v4.6.2
75-
"actions/download-artifact" = "d3f86a106a0bac45b974a628896c90dbdf5c8093" # v4.3.0
75+
"actions/download-artifact" = "634f93cb2916e3fdff6788551b99b062d0335ce0" # v5.0.0
7676
"actions/attest-build-provenance" = "c074443f1aee8d4aeeae555aebba3282517141b2" #v2.2.3

0 commit comments

Comments
 (0)