Skip to content

Commit

Permalink
Update mikepenz/action-junit-report action to v5 (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 43c694d commit d61c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
- name: Publish Test Report
if: ${{ always() }}
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5.0.0
with:
check_name: Java CI / Test Report
report_paths: '**/build/test-results/*/TEST-*.xml'
Expand Down

0 comments on commit d61c7d6

Please sign in to comment.