Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent 9fe9342 commit b6b33aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: ./gradlew check

- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit b6b33aa

Please sign in to comment.