From 6cec81d79142238ed171af6cdcd491e07869a1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:20:48 +0000 Subject: [PATCH] Bump actions/upload-artifact from v2.1.4 to v2.2.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.1.4 to v2.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.1.4...27bce4eee761b5bc643f46a8dfb41b430c8d05f6) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddf8fb4e0..d6e815030 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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