From 7c1c17e2c04fe8930b19505ab75b95dcb9f9d6e6 Mon Sep 17 00:00:00 2001 From: August Miller Date: Tue, 7 Jan 2025 11:52:12 -0800 Subject: [PATCH] Bump actions/upload-artifact --- .github/workflows/playwright.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2ec6e14e6..12348976b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,8 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 + # Run even if a previous step fails: if: always() with: name: report