Skip to content

Commit d37f1be

Browse files
Bump mikepenz/action-junit-report from 4 to 5 (#111)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0fc3e6 commit d37f1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
build
7979
8080
- name: Publish Test Report
81-
uses: mikepenz/action-junit-report@v4
81+
uses: mikepenz/action-junit-report@v5
8282
if: ${{ !cancelled() }} # always run even if the previous step fails
8383
with:
8484
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)