Skip to content

Commit

Permalink
Bump version of unittest results publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius committed Jul 21, 2024
1 parent 5a15a80 commit 3e1274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: failure()
run: cat build/Testing/Temporary/LastTest.log
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.28
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: build/*.xml

0 comments on commit 3e1274b

Please sign in to comment.