diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e21fd7a..521c2f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: export screenshots (on failure only) - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 if: ${{ failure() }} with: name: cypress-screenshots @@ -93,7 +93,7 @@ jobs: retention-days: 7 - name: export screen recordings (on failure only) - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 if: ${{ failure() }} with: name: cypress-videos