diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e09aaf8..b1ddee2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Upload coverage if: matrix.node-version == '22.x' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage/ @@ -72,7 +72,7 @@ jobs: run: npx playwright test --project=chromium - name: Upload Playwright report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: playwright-report