diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0fae94d..9473ba6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -54,12 +54,12 @@ jobs: env: env=ci browser: chrome - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos