From c7de84732a514035711f30b46b3ecc9ed4998730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:30:28 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-test.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 87adb97..b1ffcec 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -55,7 +55,7 @@ jobs: - name: Upload Cypress screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: cypress-screenshots path: cypress/screenshots diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d34fd2..0f2031e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Upload Cypress screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: cypress-screenshots path: cypress/screenshots