diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c34da9df31..0ef791381e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: quiet: true - name: Export screenshots (on failure only) - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.3.3 if: failure() with: name: cypress-screenshots @@ -115,7 +115,7 @@ jobs: retention-days: 7 - name: Export screen recordings (on failure only) - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.3.3 if: failure() with: name: cypress-videos