Merge pull request #7 from ueberdosis/dependabot/github_actions/actions/upload-artifact-v2.1.4

Bump actions/upload-artifact from v1 to v2.1.4
This commit is contained in:
Hans Pagel
2020-09-24 18:55:54 +02:00
committed by GitHub

View File

@@ -73,14 +73,14 @@ jobs:
browser: chrome browser: chrome
- name: Export screenshots (on failure only) - name: Export screenshots (on failure only)
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v2.1.4
if: failure() if: failure()
with: with:
name: cypress-screenshots name: cypress-screenshots
path: tests/cypress/screenshots path: tests/cypress/screenshots
- name: Export screen recordings (on failure only) - name: Export screen recordings (on failure only)
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v2.1.4
if: failure() if: failure()
with: with:
name: cypress-videos name: cypress-videos