From 461335839f0b944a1138911bcd9694e70a972b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:58:33 +0000 Subject: [PATCH] github-actions(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a49b764d7..5261432ec 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -152,7 +152,7 @@ jobs: - name: Upload core playwright snapshots artifact if: failure() && matrix.package == 'core' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-snapshots path: core/test-results @@ -160,7 +160,7 @@ jobs: - name: Upload context-editor playwright snapshots artifact if: failure() && matrix.package == 'context-editor' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-snapshots path: packages/context-editor/test-results