Skip to content

Commit

Permalink
chore: Update mikepenz/action-junit-report action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 4be2698 commit cb7a885
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--stacktrace
publishToMavenLocal
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Test Report
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
--stacktrace
:artifact-tests:check
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Artifact Test Report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--stacktrace
publishToMavenLocal
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Test Report
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
--stacktrace
:artifact-tests:check
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Artifact Test Report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--stacktrace
check -x :artifact-tests:test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Test Report
Expand All @@ -51,7 +51,7 @@ jobs:
--stacktrace
:artifact-tests:check
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Artifact Test Report
Expand Down

0 comments on commit cb7a885

Please sign in to comment.