diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 507cd2a..01d637c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,7 +25,7 @@ jobs: run: | cd playwright-action npx playwright test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: /playwright-action/playwright-report