From 1c1a1b2ba4524203638d49c8b9763e7e643cda76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:43:42 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index a60478276ab85..e6389e6ef79bd 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -36,14 +36,14 @@ jobs: - name: Archive videos if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: videos path: cypress/videos - name: Archive screenshots if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: screenshots path: cypress/screenshots