Merge pull request #20 from ueberdosis/dependabot/github_actions/actions/upload-artifact-v2.2.0
Bump actions/upload-artifact from v2.1.4 to v2.2.0
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -87,14 +87,14 @@ jobs:
|
||||
browser: chrome
|
||||
|
||||
- name: Export screenshots (on failure only)
|
||||
uses: actions/upload-artifact@v2.1.4
|
||||
uses: actions/upload-artifact@v2.2.0
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
path: tests/cypress/screenshots
|
||||
|
||||
- name: Export screen recordings (on failure only)
|
||||
uses: actions/upload-artifact@v2.1.4
|
||||
uses: actions/upload-artifact@v2.2.0
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-videos
|
||||
|
||||
Reference in New Issue
Block a user