From 1bc34cb7cde71e420ffef2ec2c025e910f4e1b01 Mon Sep 17 00:00:00 2001 From: tequ Date: Thu, 19 Jun 2025 16:11:34 +0900 Subject: [PATCH] update actions/upload-artifact to v4 https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .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 9002a6a6d..c17607612 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -28,7 +28,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