From 1db7c3af71f6af6a55be3415fd72979d206a4f6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:06:25 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ed9252e..cb72d60e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: yarn test:e2e - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 if: always() with: name: playwright-report