build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#1025)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700)

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]
2021-04-21 15:20:04 +02:00
committed by GitHub
parent c4b0b20a86
commit 7bf4c1d11c

View File

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