diff --git a/.github/workflows/test-results.yml b/.github/workflows/test-results.yml index 5c2e81f6fdaa06..656e4dcbc4e43c 100644 --- a/.github/workflows/test-results.yml +++ b/.github/workflows/test-results.yml @@ -29,10 +29,11 @@ jobs: done - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v1 + uses: EnricoMi/publish-unit-test-result-action@v2 with: check_name: "Unit Test Results (${{ github.event.workflow_run.name }})" commit: ${{ github.event.workflow_run.head_sha }} event_file: artifacts/Event File/event.json event_name: ${{ github.event.workflow_run.event }} files: "artifacts/**/*.xml" + comment_mode: off