From 25efcd12d05b741b896584a695bdff84d52f958f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:18:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c31af9d701..e500d982bb 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -41,7 +41,7 @@ jobs: run: pnpm run --filter=client test - name: Upload client test report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: client-test-report @@ -52,7 +52,7 @@ jobs: run: pnpm run --filter=server test - name: Upload server test report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: server-test-report