From 4c9caf09badb0f6f4c82c0d6ac03c2e3684c5254 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Mon, 25 Nov 2024 12:44:11 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(CI)=20upgrade=20upload-artif?= =?UTF-8?q?act@v3=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upload artifact v3 is deprecated soon, so we need to upgrade it to v4. --- .github/workflows/impress-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/impress-frontend.yml b/.github/workflows/impress-frontend.yml index 70d1910a..427b81bc 100644 --- a/.github/workflows/impress-frontend.yml +++ b/.github/workflows/impress-frontend.yml @@ -99,7 +99,7 @@ jobs: - name: Run e2e tests run: cd src/frontend/ && yarn e2e:test --project='chromium' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-chromium-report @@ -133,7 +133,7 @@ jobs: - name: Run e2e tests run: cd src/frontend/ && yarn e2e:test --project=firefox --project=webkit - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-other-report