diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50008b6f5..818c40ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: quiet: true - name: Export screenshots (on failure only) - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: cypress-screenshots @@ -122,7 +122,7 @@ jobs: retention-days: 7 - name: Export screen recordings (on failure only) - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: cypress-videos