From 6118b4f71841af778acd28dea1c4d9531c9b11b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:43:57 +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 69cea2d37..c50b8b7e2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -149,7 +149,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 @@ -157,7 +157,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