diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d36fad3..00f4f7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: - name: Upload handler coverage artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: handler-coverage path: artifacts/handler-coverage.json @@ -461,7 +461,7 @@ jobs: - name: Upload Playwright report on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-report-and-traces path: |