Skip to content

Commit

Permalink
Merge pull request #1 from MathieuSoysal/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
MathieuSoysal authored Feb 17, 2024
2 parents 91a6878 + af4776f commit 1a47baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Run mutant tests
run: cargo mutants -vV --in-place
- name: Archive results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: mutants-out
Expand Down

0 comments on commit 1a47baf

Please sign in to comment.