@@ -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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
135135 with :
136136 pattern : artifacts-*
137137 path : target/distrib/
@@ -190,14 +190,14 @@ jobs:
190190 persist-credentials : false
191191 submodules : recursive
192192 - name : Install cached dist
193- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
193+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
194194 with :
195195 name : cargo-dist-cache
196196 path : ~/.cargo/bin/
197197 - run : chmod +x ~/.cargo/bin/dist
198198 # Get all the local artifacts for the global tasks to use (for e.g. checksums)
199199 - name : Fetch local artifacts
200- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
200+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
201201 with :
202202 pattern : artifacts-*
203203 path : target/distrib/
@@ -241,14 +241,14 @@ jobs:
241241 persist-credentials : false
242242 submodules : recursive
243243 - name : Install cached dist
244- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
244+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
245245 with :
246246 name : cargo-dist-cache
247247 path : ~/.cargo/bin/
248248 - run : chmod +x ~/.cargo/bin/dist
249249 # Fetch artifacts from scratch-storage
250250 - name : Fetch artifacts
251- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
251+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
252252 with :
253253 pattern : artifacts-*
254254 path : target/distrib/
@@ -268,7 +268,7 @@ jobs:
268268 path : dist-manifest.json
269269 # Create a GitHub Release while uploading all files to it
270270 - name : " Download GitHub Artifacts"
271- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
271+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
272272 with :
273273 pattern : artifacts-*
274274 path : artifacts
0 commit comments