Skip to content

Commit c79cc3f

Browse files
chore(deps): update mikepenz/action-junit-report action to v3.0.3 (#194)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a5e3023 commit c79cc3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
5858
- name: Publish Test Report
5959
if: always()
60-
uses: mikepenz/[email protected].2
60+
uses: mikepenz/[email protected].3
6161
with:
6262
check_name: GraalVM CE CI / Test Report (Java ${{ matrix.java }})
6363
report_paths: '**/build/test-results/test/TEST-*.xml'

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
6161
- name: Publish Test Report
6262
if: always()
63-
uses: mikepenz/[email protected].2
63+
uses: mikepenz/[email protected].3
6464
with:
6565
check_name: Java CI / Test Report (${{ matrix.java }})
6666
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)