diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f797fb9..e21fd7a 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.4 + uses: actions/upload-artifact@v4.3.5 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.4 + uses: actions/upload-artifact@v4.3.5 if: ${{ failure() }} with: name: cypress-videos