From b9947cb0b2d6ae9a24729aa9ccac72afa9626225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= Date: Sat, 1 Feb 2025 20:36:31 +0000 Subject: [PATCH] chore: update GH updload-artifact This entails some breaking changes, but should be ok here: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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