From 1ca12be5b89af6923550b479ad2a4b7d442984b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 09:35:13 +0800 Subject: [PATCH] chore: bump actions/upload-artifact from 5 to 6 (#2658) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26e9a5933..1a66eb1fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: - name: E2E Tests (Playwright) run: npm run test:e2e - name: Store artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts