From c37c28af706b467138e8443f85501e3f8a10ea8b Mon Sep 17 00:00:00 2001 From: johnsonchin Date: Thu, 22 Jan 2026 11:48:02 +0800 Subject: [PATCH] fix: remove matrix version for ci report --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index bfec569..43455ed 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -46,5 +46,5 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: - name: test-results-${{ matrix.node-version }} + name: test-results path: junit.xml