This commit is contained in:
Philipp Kühn 2021-12-13 13:40:44 +01:00
commit 9418d33a2b

View File

@ -99,7 +99,7 @@ jobs:
quiet: true quiet: true
- name: Export screenshots (on failure only) - name: Export screenshots (on failure only)
uses: actions/upload-artifact@v2.2.3 uses: actions/upload-artifact@v2.3.0
if: failure() if: failure()
with: with:
name: cypress-screenshots name: cypress-screenshots
@ -107,7 +107,7 @@ jobs:
retention-days: 7 retention-days: 7
- name: Export screen recordings (on failure only) - name: Export screen recordings (on failure only)
uses: actions/upload-artifact@v2.2.3 uses: actions/upload-artifact@v2.3.0
if: failure() if: failure()
with: with:
name: cypress-videos name: cypress-videos