diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 788ac8e8..80c9a516 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -572,7 +572,7 @@ jobs: && github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: - name: unit-test-report + name: unit-test-report-${{ inputs.concurrency-group }} path: "index.html" - name: Set output ⚙️