@@ -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/
@@ -257,7 +257,7 @@ jobs:
257257 submodules : recursive
258258 # Create a GitHub Release while uploading all files to it
259259 - name : " Download GitHub Artifacts"
260- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
260+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
261261 with :
262262 pattern : artifacts-*
263263 path : artifacts
0 commit comments