@@ -128,14 +128,14 @@ jobs:
128128 persist-credentials : false
129129 submodules : recursive
130130 - name : Install cached dist
131- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
131+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
132132 with :
133133 name : cargo-dist-cache
134134 path : ~/.cargo/bin/
135135 - run : chmod +x ~/.cargo/bin/dist
136136 # Get all the local artifacts for the global tasks to use (for e.g. checksums)
137137 - name : Fetch local artifacts
138- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
138+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
139139 with :
140140 pattern : artifacts-*
141141 path : target/distrib/
@@ -179,14 +179,14 @@ jobs:
179179 persist-credentials : false
180180 submodules : recursive
181181 - name : Install cached dist
182- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
182+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
183183 with :
184184 name : cargo-dist-cache
185185 path : ~/.cargo/bin/
186186 - run : chmod +x ~/.cargo/bin/dist
187187 # Fetch artifacts from scratch-storage
188188 - name : Fetch artifacts
189- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
189+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
190190 with :
191191 pattern : artifacts-*
192192 path : target/distrib/
@@ -240,7 +240,7 @@ jobs:
240240 submodules : recursive
241241 # Create a GitHub Release while uploading all files to it
242242 - name : " Download GitHub Artifacts"
243- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
243+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
244244 with :
245245 pattern : artifacts-*
246246 path : artifacts
0 commit comments