Skip to content

Commit a422bee

Browse files
committed
CI: Update to download-artifact/v8
1 parent 7ee3e10 commit a422bee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
tool: nextest
242242
- name: Download cargo-mutants binary
243-
uses: actions/download-artifact@v4
243+
uses: actions/download-artifact@v8
244244
with:
245245
name: cargo-mutants-linux
246246
- name: Install cargo-mutants binary
@@ -284,7 +284,7 @@ jobs:
284284
with:
285285
tool: nextest
286286
- name: Download cargo-mutants binary
287-
uses: actions/download-artifact@v4
287+
uses: actions/download-artifact@v8
288288
with:
289289
name: cargo-mutants-linux
290290
- name: Install cargo-mutants binary
@@ -332,7 +332,7 @@ jobs:
332332
rustflags = ["-C", "link-arg=--ld-path=wild"]
333333
EOF
334334
- name: Download cargo-mutants binary
335-
uses: actions/download-artifact@v4
335+
uses: actions/download-artifact@v8
336336
with:
337337
name: cargo-mutants-linux
338338
- name: Install cargo-mutants binary

0 commit comments

Comments
 (0)