diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 6434ebc..5d8a882 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -28,7 +28,7 @@ jobs: env: PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report