Skip to content

Commit d92088d

Browse files
chore(deps): bump mikepenz/action-junit-report from 4 to 5
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]>
1 parent 0945573 commit d92088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: cargo nextest run
7373

7474
- name: Publish Test Report
75-
uses: mikepenz/action-junit-report@v4
75+
uses: mikepenz/action-junit-report@v5
7676
if: success() || failure() # always run even if the previous step fails
7777
with:
7878
report_paths: '**/target/nextest/default/junit.xml'

0 commit comments

Comments
 (0)