From 8ebcc7bc0a968c18dd756ed7cb42f2a70f0ad757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:08:42 +0000 Subject: [PATCH] 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] --- .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 06b9f21e..6cdd8967 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,14 +36,14 @@ jobs: browser: chrome - name: Export screenshots (on failure only) - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.1.4 if: failure() with: name: cypress-screenshots path: tests/cypress/screenshots - name: Export screen recordings (on failure only) - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.1.4 if: failure() with: name: cypress-videos