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