diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 62f2c64..0be85a8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -52,13 +52,13 @@ jobs: with: 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: always() with: name: cypress-videos