From 64e0b030f889fc33d3cadb3ce5098a664493597c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:01:22 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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..663c0850 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@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos diff --git a/.github/workflows/pre-release-tests.yml b/.github/workflows/pre-release-tests.yml index 2b3b818e..b01152f1 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@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d680ad5d..b32b88d1 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@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos