diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd58dad1e..7b94bf593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: install: true command: pnpm test.ci - name: Upload Cypress artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: failure() with: name: cypress-report