diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 16d860d..17e1630 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -96,7 +96,7 @@ jobs: run: bunx playwright test --reporter=github,html - name: Upload Playwright report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: playwright-report