From 9e10a77f2376304bdc4259a504bd8dbc49a29e6e Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Sat, 1 Feb 2025 08:57:48 +0100 Subject: [PATCH] Update artifact --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 0cc8dbe59..52432adda 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -30,7 +30,7 @@ jobs: git diff --exit-code | tee "clang-format.patch" - name: Upload patch if: failure() && steps.assert.outcome == 'failure' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true with: name: clang-format.patch