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:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -36,14 +36,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
|
||||||
|
|||||||
Reference in New Issue
Block a user