@@ -130,14 +130,14 @@ jobs:
130130 persist-credentials : false
131131 submodules : recursive
132132 - name : Install cached dist
133- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
133+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
134134 with :
135135 name : cargo-dist-cache
136136 path : ~/.cargo/bin/
137137 - run : chmod +x ~/.cargo/bin/dist
138138 # Get all the local artifacts for the global tasks to use (for e.g. checksums)
139139 - name : Fetch local artifacts
140- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
140+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
141141 with :
142142 pattern : artifacts-*
143143 path : target/distrib/
@@ -181,14 +181,14 @@ jobs:
181181 persist-credentials : false
182182 submodules : recursive
183183 - name : Install cached dist
184- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
184+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
185185 with :
186186 name : cargo-dist-cache
187187 path : ~/.cargo/bin/
188188 - run : chmod +x ~/.cargo/bin/dist
189189 # Fetch artifacts from scratch-storage
190190 - name : Fetch artifacts
191- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
191+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
192192 with :
193193 pattern : artifacts-*
194194 path : target/distrib/
@@ -246,7 +246,7 @@ jobs:
246246 submodules : recursive
247247 # Create a GitHub Release while uploading all files to it
248248 - name : " Download GitHub Artifacts"
249- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
249+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
250250 with :
251251 pattern : artifacts-*
252252 path : artifacts
0 commit comments