Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4.3.1 to 5
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4.3.1...v5)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 700080f commit 2ee2a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5
with:
check_name: "test-result-${{ matrix.scope }}"
report_paths: "*/target/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5
with:
check_name: "test-result-IT"
report_paths: "*/target/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5
with:
check_name: "test-result-Net"
report_paths: "net/surefire-reports/TEST-*.xml"
Expand Down

0 comments on commit 2ee2a75

Please sign in to comment.