From 3bdcdf72c3531ddd4de4190fa51da2e336e6f386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:01:48 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b257b149..a523bb2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,7 +125,7 @@ jobs: - name: Run ${{ matrix.suite }} tests (main/workflow_dispatch) if: ${{ github.event_name != 'pull_request' }} run: pnpm run test:${{ matrix.suite }} --log-order=stream --filter="@repo/playwright-*" - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: test-results-${{ matrix.suite }} @@ -175,7 +175,7 @@ jobs: - run: pnpm build - run: pnpm run test - run: pnpm run test:e2e - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: test-results-windows-${{ steps.sanitize.outputs.version }} @@ -226,7 +226,7 @@ jobs: - run: pnpm build - run: pnpm run test - run: pnpm run test:e2e - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: test-results-macos-${{ steps.sanitize.outputs.version }}