Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 3 to 4 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 4276520 commit 13cd922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Cleanup xvfb pidx build
uses: bcomnes/cleanup-xvfb@v1
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/TEST-*.xml'

0 comments on commit 13cd922

Please sign in to comment.