diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61cde41d..1ca18521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Upload Playwright traces if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: console-playwright-traces path: | @@ -93,7 +93,7 @@ jobs: - name: Upload Playwright performance traces if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: console-performance-traces path: |