Skip to content

Commit 4dc3b66

Browse files
committed
chore: update publish unit test results action to use platform-specific versions
1 parent c1c63de commit 4dc3b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: artifacts
4343

4444
- name: Publish Test Results
45-
uses: EnricoMi/publish-unit-test-result-action@v2
45+
uses: EnricoMi/publish-unit-test-result-action/linux@2
4646
with:
4747
commit: ${{ github.event.workflow_run.head_sha }}
4848
event_file: artifacts/Event File/event.json

0 commit comments

Comments
 (0)