From cf964539f54e4f8eefd072b1803fb0687d5e8401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:16:58 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.0 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 519f44b6..bdb4594a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,7 +25,7 @@ jobs: run: yarn playwright install --with-deps - name: Run Playwright tests run: yarn playwright test - - uses: actions/upload-artifact@v4.5.0 + - uses: actions/upload-artifact@v4.6.0 if: always() with: name: playwright-report