From b2cce32c51e90eccd5b744ae27ebae681af995f1 Mon Sep 17 00:00:00 2001 From: Sven van Haastregt Date: Thu, 12 Sep 2024 12:51:26 +0100 Subject: [PATCH] [CI] Upgrade upload-artifact to v4 --- .github/workflows/check-code-style.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-code-style.yml b/.github/workflows/check-code-style.yml index 7a8d38d87..c97d109ab 100644 --- a/.github/workflows/check-code-style.yml +++ b/.github/workflows/check-code-style.yml @@ -100,7 +100,7 @@ jobs: -path ${{ github.workspace}}/build - name: Upload patch with clang-format fixes - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() && steps.run-clang-format.outcome == 'failure' }} with: name: clang-format.patch @@ -108,7 +108,7 @@ jobs: if-no-files-found: ignore - name: Upload clang-tidy log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() && steps.run-clang-tidy.outcome == 'failure' }} with: name: clang-tidy.log