From 7fc7b522df022acadc0ef998959aac8fd514027c Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 17 Jan 2025 14:02:54 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .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 8752aa7..dcc4b9d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -63,7 +63,7 @@ jobs: CI: true # Ensures Playwright runs in CI mode # Upload Playwright report - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: name: playwright-report