Skip to content

Commit d0361c8

Browse files
authored
Merge pull request sgodwincs#27 from sgodwincs/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 48de494 + 7b713bb commit d0361c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run mutant tests
5252
run: cargo mutants --jobs ${{ steps.cpu-cores.outputs.count }} -- --all-features
5353
- name: Archive results
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
if: failure()
5656
with:
5757
name: mutation-report

0 commit comments

Comments
 (0)