From 6e7c60d9e818d3e08c78831442e792ddd23ec489 Mon Sep 17 00:00:00 2001 From: Chris Klimas Date: Sun, 16 Feb 2025 15:35:53 -0500 Subject: [PATCH] Fix Playwright CI --- .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 557eca3cd..7ecb8886f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test --reporter=line - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report