chore(deps): update actions/upload-artifact action to v7

This commit is contained in:
renovate[bot] 2026-03-07 02:18:00 +00:00 committed by GitHub
parent 17ba479182
commit 25efcd12d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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