diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23d643fc..d0b3c076 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: browser: chrome - name: Export screenshots (on failure only) - uses: actions/upload-artifact@v2.2.0 + uses: actions/upload-artifact@v2.2.1 if: failure() with: name: cypress-screenshots @@ -95,7 +95,7 @@ jobs: retention-days: 7 - name: Export screen recordings (on failure only) - uses: actions/upload-artifact@v2.2.0 + uses: actions/upload-artifact@v2.2.1 if: failure() with: name: cypress-videos