@@ -129,14 +129,14 @@ jobs:
129
129
persist-credentials : false
130
130
submodules : recursive
131
131
- name : Install cached dist
132
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
132
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
133
133
with :
134
134
name : cargo-dist-cache
135
135
path : ~/.cargo/bin/
136
136
- run : chmod +x ~/.cargo/bin/dist
137
137
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
138
138
- name : Fetch local artifacts
139
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
139
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
140
140
with :
141
141
pattern : artifacts-*
142
142
path : target/distrib/
@@ -180,14 +180,14 @@ jobs:
180
180
persist-credentials : false
181
181
submodules : recursive
182
182
- name : Install cached dist
183
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
183
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
184
184
with :
185
185
name : cargo-dist-cache
186
186
path : ~/.cargo/bin/
187
187
- run : chmod +x ~/.cargo/bin/dist
188
188
# Fetch artifacts from scratch-storage
189
189
- name : Fetch artifacts
190
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
190
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
191
191
with :
192
192
pattern : artifacts-*
193
193
path : target/distrib/
@@ -241,7 +241,7 @@ jobs:
241
241
submodules : recursive
242
242
# Create a GitHub Release while uploading all files to it
243
243
- name : " Download GitHub Artifacts"
244
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
244
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
245
245
with :
246
246
pattern : artifacts-*
247
247
path : artifacts
0 commit comments