7070 shell : bash
7171 run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30.0/cargo-dist-installer.sh | sh"
7272 - name : Cache dist
73- uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
73+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
7474 with :
7575 name : cargo-dist-cache
7676 path : ~/.cargo/bin/dist
8686 cat plan-dist-manifest.json
8787 echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
8888 - name : " Upload dist-manifest.json"
89- uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
89+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
9090 with :
9191 name : artifacts-plan-dist-manifest
9292 path : plan-dist-manifest.json
@@ -128,14 +128,14 @@ jobs:
128128 persist-credentials : false
129129 submodules : recursive
130130 - name : Install cached dist
131- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
131+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
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@634f93cb2916e3fdff6788551b99b062d0335ce0
138+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
139139 with :
140140 pattern : artifacts-*
141141 path : target/distrib/
@@ -153,7 +153,7 @@ jobs:
153153
154154 cp dist-manifest.json "$BUILD_MANIFEST_NAME"
155155 - name : " Upload artifacts"
156- uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
156+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
157157 with :
158158 name : artifacts-build-global
159159 path : |
@@ -179,14 +179,14 @@ jobs:
179179 persist-credentials : false
180180 submodules : recursive
181181 - name : Install cached dist
182- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
182+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
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@634f93cb2916e3fdff6788551b99b062d0335ce0
189+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
190190 with :
191191 pattern : artifacts-*
192192 path : target/distrib/
@@ -200,7 +200,7 @@ jobs:
200200 cat dist-manifest.json
201201 echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT"
202202 - name : " Upload dist-manifest.json"
203- uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
203+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
204204 with :
205205 # Overwrite the previous copy
206206 name : artifacts-dist-manifest
@@ -256,7 +256,7 @@ jobs:
256256 submodules : recursive
257257 # Create a GitHub Release while uploading all files to it
258258 - name : " Download GitHub Artifacts"
259- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
259+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
260260 with :
261261 pattern : artifacts-*
262262 path : artifacts
0 commit comments