From a34195bb19dedc625933024b9d2224c60d348304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:27:13 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/beta-tests.yml | 4 ++-- .github/workflows/pre-release-tests.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta-tests.yml b/.github/workflows/beta-tests.yml index ca56736d..b6e7f0d1 100644 --- a/.github/workflows/beta-tests.yml +++ b/.github/workflows/beta-tests.yml @@ -49,12 +49,12 @@ jobs: # Your starting script start: yarn test:browser # Creates and uploads GitHub artifacts in case of failure - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-videos diff --git a/.github/workflows/pre-release-tests.yml b/.github/workflows/pre-release-tests.yml index 2b3b818e..2e0cc7ed 100644 --- a/.github/workflows/pre-release-tests.yml +++ b/.github/workflows/pre-release-tests.yml @@ -49,12 +49,12 @@ jobs: # Your starting script start: yarn test:browser # Creates and uploads GitHub artifacts in case of failure - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-videos diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d680ad5d..a15ccdef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,12 +40,12 @@ jobs: # Your starting script start: yarn test:browser # Creates and uploads GitHub artifacts in case of failure - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-videos