From d3f8de66ec3519a044e8299e1ea03da5049ead4a Mon Sep 17 00:00:00 2001 From: jievince <38901892+jievince@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:26:47 +0800 Subject: [PATCH] update upload-artifact to v4 --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d049c3b..d0d823d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -175,7 +175,7 @@ jobs: ;; esac - name: Upload logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: ${{ matrix.os }}-${{ matrix.compiler }}-test-logs @@ -302,7 +302,7 @@ jobs: popd timeout-minutes: 10 - name: Upload logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: ${{ matrix.os }}-${{ matrix.compiler }}-ssl-test-logs