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