diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d5ed8a..63d2209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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