Skip to content

Commit b1d4af0

Browse files
chore(deps): update actions/download-artifact action to v5 (#267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1590fd8 commit b1d4af0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/validator-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: ${{ matrix.install_dist.run }}
130130
# Get the dist-manifest
131131
- name: Fetch local artifacts
132-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
132+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
133133
with:
134134
pattern: artifacts-*
135135
path: target/distrib/
@@ -177,14 +177,14 @@ jobs:
177177
with:
178178
submodules: recursive
179179
- name: Install cached dist
180-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
180+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
181181
with:
182182
name: cargo-dist-cache
183183
path: ~/.cargo/bin/
184184
- run: chmod +x ~/.cargo/bin/dist
185185
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
186186
- name: Fetch local artifacts
187-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
187+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
188188
with:
189189
pattern: artifacts-*
190190
path: target/distrib/
@@ -228,14 +228,14 @@ jobs:
228228
with:
229229
submodules: recursive
230230
- name: Install cached dist
231-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
231+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
232232
with:
233233
name: cargo-dist-cache
234234
path: ~/.cargo/bin/
235235
- run: chmod +x ~/.cargo/bin/dist
236236
# Fetch artifacts from scratch-storage
237237
- name: Fetch artifacts
238-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
238+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
239239
with:
240240
pattern: artifacts-*
241241
path: target/distrib/
@@ -255,7 +255,7 @@ jobs:
255255
path: dist-manifest.json
256256
# Create a GitHub Release while uploading all files to it
257257
- name: "Download GitHub Artifacts"
258-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
258+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
259259
with:
260260
pattern: artifacts-*
261261
path: artifacts

0 commit comments

Comments
 (0)