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 Oct 1, 2023
1 parent 309edca commit bd1567c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/graalvm-post-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
[ -f ./teardown.sh ] && ./teardown.sh || true
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v3.7.8
uses: mikepenz/action-junit-report@v4.0.1
with:
check_name: GraalVM CE CI / Test Report (Java ${{ inputs.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/gradle-post-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
[ -f ./teardown.sh ] && ./teardown.sh || true
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v3.7.8
uses: mikepenz/action-junit-report@v4.0.1
with:
check_name: Java CI / Test Report (${{ inputs.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: "📊 Publish Test Report"
if: always()
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
with:
check_name: Java CI / Test Report (${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit bd1567c

Please sign in to comment.