Skip to content

Commit 983060d

Browse files
Bump mikepenz/action-junit-report from 3 to 6
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v3...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3bcce7 commit 983060d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
retention-days: ${{ env.retention_days }}
104104
# displays in summary page
105105
- name: Publish Test Report
106-
uses: mikepenz/action-junit-report@v3
106+
uses: mikepenz/action-junit-report@v6
107107
if: always() # always run even if the previous step fails
108108
with:
109109
report_paths: 'junit.xml'

0 commit comments

Comments
 (0)