diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c949f..cbe4999 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: export screenshots (on failure only) - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 if: ${{ failure() }} with: name: cypress-screenshots @@ -94,7 +94,7 @@ jobs: retention-days: 7 - name: export screen recordings (on failure only) - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 if: ${{ failure() }} with: name: cypress-videos