@@ -131,7 +131,7 @@ jobs:
131131 run : ${{ matrix.install_dist.run }}
132132 # Get the dist-manifest
133133 - name : Fetch local artifacts
134- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
134+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
135135 with :
136136 pattern : artifacts-*
137137 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@37930b1c2abaa49bbe596cd826c3c89aef350131
183+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
184184 with :
185185 name : cargo-dist-cache
186186 path : ~/.cargo/bin/
187187 - run : chmod +x ~/.cargo/bin/dist
188188 # Get all the local artifacts for the global tasks to use (for e.g. checksums)
189189 - name : Fetch local artifacts
190- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
190+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
191191 with :
192192 pattern : artifacts-*
193193 path : target/distrib/
@@ -230,14 +230,14 @@ jobs:
230230 persist-credentials : false
231231 submodules : recursive
232232 - name : Install cached dist
233- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
233+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
234234 with :
235235 name : cargo-dist-cache
236236 path : ~/.cargo/bin/
237237 - run : chmod +x ~/.cargo/bin/dist
238238 # Fetch artifacts from scratch-storage
239239 - name : Fetch artifacts
240- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
240+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
241241 with :
242242 pattern : artifacts-*
243243 path : target/distrib/
@@ -257,7 +257,7 @@ jobs:
257257 path : dist-manifest.json
258258 # Create a GitHub Release while uploading all files to it
259259 - name : " Download GitHub Artifacts"
260- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
260+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
261261 with :
262262 pattern : artifacts-*
263263 path : artifacts
0 commit comments