Skip to content

Commit 2845a44

Browse files
Bump mikepenz/action-junit-report from 4 to 5 (#31)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23c6d19 commit 2845a44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
junitparser merge --glob *.xml final-report.xml
242242
243243
- name: Publish Test Report
244-
uses: mikepenz/action-junit-report@v4
244+
uses: mikepenz/action-junit-report@v5
245245
with:
246246
commit: ${{github.event.workflow_run.head_sha}}
247247
report_paths: 'final-report.xml'

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: cabal test --project-file=cabal.release.project --test-options "--xml=../print-api/report.xml" all
9090

9191
- name: Publish Test Report
92-
uses: mikepenz/action-junit-report@v4
92+
uses: mikepenz/action-junit-report@v5
9393
if: success() || failure() # always run even if the previous step fails
9494
with:
9595
report_paths: "report.xml"
@@ -176,7 +176,7 @@ jobs:
176176
run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all
177177

178178
- name: Publish Test Report
179-
uses: mikepenz/action-junit-report@v4
179+
uses: mikepenz/action-junit-report@v5
180180
if: success() || failure() # always run even if the previous step fails
181181
with:
182182
report_paths: "report.xml"

0 commit comments

Comments
 (0)