From 8dceec3e0eeadab11dc101f8886f5c026c356858 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:31:49 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (#4662) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/performance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16e7c075c0..99bf0231ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: 'npm run e2e:lint' - name: Run e2e tests run: 'npm run e2e:run' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: e2e-reports diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 07a6e007a4..8b3f50d0b4 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -25,7 +25,7 @@ jobs: env: PERF_TEST_GLOB_PATTERN: ${{ github.event.inputs.PERF_TEST_GLOB_PATTERN }} - name: Store reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: mutation-testing-reports path: perf/test/*/reports/mutation \ No newline at end of file