@@ -129,7 +129,7 @@ jobs:
129
129
run : ${{ matrix.install_dist.run }}
130
130
# Get the dist-manifest
131
131
- name : Fetch local artifacts
132
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
132
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
133
133
with :
134
134
pattern : artifacts-*
135
135
path : target/distrib/
@@ -177,14 +177,14 @@ jobs:
177
177
with :
178
178
submodules : recursive
179
179
- name : Install cached dist
180
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
180
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
181
181
with :
182
182
name : cargo-dist-cache
183
183
path : ~/.cargo/bin/
184
184
- run : chmod +x ~/.cargo/bin/dist
185
185
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
186
186
- name : Fetch local artifacts
187
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
187
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
188
188
with :
189
189
pattern : artifacts-*
190
190
path : target/distrib/
@@ -228,14 +228,14 @@ jobs:
228
228
with :
229
229
submodules : recursive
230
230
- name : Install cached dist
231
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
231
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
232
232
with :
233
233
name : cargo-dist-cache
234
234
path : ~/.cargo/bin/
235
235
- run : chmod +x ~/.cargo/bin/dist
236
236
# Fetch artifacts from scratch-storage
237
237
- name : Fetch artifacts
238
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
238
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
239
239
with :
240
240
pattern : artifacts-*
241
241
path : target/distrib/
@@ -255,7 +255,7 @@ jobs:
255
255
path : dist-manifest.json
256
256
# Create a GitHub Release while uploading all files to it
257
257
- name : " Download GitHub Artifacts"
258
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
258
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
259
259
with :
260
260
pattern : artifacts-*
261
261
path : artifacts
0 commit comments