Skip to content

Commit

Permalink
chore: update GH updload-artifact
Browse files Browse the repository at this point in the history
This entails some breaking changes, but should be ok here:
https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes
  • Loading branch information
cljoly committed Feb 1, 2025
1 parent 8889349 commit 098451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
command: mutants
args: -p rusqlite_migration --colors=always --no-shuffle -vV --shard ${{ matrix.shard }}/4
- name: Archive results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: mutation-report
Expand Down

0 comments on commit 098451c

Please sign in to comment.