build(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 (#2820)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-06 17:36:16 +02:00 committed by GitHub
parent 18bcc64aa7
commit 4ce5850ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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