From 0f3adfa6e71af3755a75071a09eb382a4f83f24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 17:09:09 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/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 3529c480..306efddb 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -133,7 +133,7 @@ jobs: - name: Upload blob report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: blob-report-${{ matrix.shardIndex }} path: apps/web/blob-report/ @@ -170,7 +170,7 @@ jobs: run: npx playwright merge-reports --reporter html ./all-blob-reports - name: Upload merged report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: playwright-report path: apps/web/playwright-report/