Bump actions/upload-artifact from v1 to v2.1.4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...58740802ef971a2d71eff71e63d48ab68d1f5507)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-09-24 12:08:42 +00:00
committed by GitHub
parent 96d9d2185d
commit 8ebcc7bc0a

View File

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