From 34f4cea55b8e971f5bdcaf46c991b9ce163383f2 Mon Sep 17 00:00:00 2001 From: ShawnXuan Date: Tue, 25 Feb 2025 21:19:21 +0800 Subject: [PATCH] upload-artifact@v3 -> v4 --- .github/workflows/simple.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index ef672109ce0..10074e21994 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -219,7 +219,7 @@ jobs: fi - name: Upload logs if: always() && contains(github.event.pull_request.labels.*.name, 'need-simple-ci-upload-artifact') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: logs-${{ matrix.test_suite }}-${{ matrix.cmake_generator }}-${{ matrix.cmake_build_type }}-shared-${{ matrix.build_shared_libs }} path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c449ef960a..bbb7e277d16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -139,7 +139,7 @@ jobs: git push - name: Upload patch if: ${{ failure() && steps.git_push.outcome == 'failure' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: license_and_format-${{ github.sha }}.patch path: license_and_format.patch