From be4f32a0b35283229f7d3dc7e56c06257c46e248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:31:31 +0000 Subject: [PATCH] GitHub Actions(deps): Bump actions/upload-artifact from 2.2.4 to 3.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v3.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index e800a2f..3379ce2 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -110,12 +110,12 @@ jobs: env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v3.0.0 if: failure() with: name: e2e-screenshots-${{ matrix.os }}-${{ matrix.browser }} path: cypress/screenshots - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v3.0.0 if: always() with: name: e2e-videos-${{ matrix.os }}-${{ matrix.browser }}