Skip to content

Commit d121314

Browse files
github action updates: bump mikepenz/action-junit-report from 5 to 6 (#85)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4b21e9 commit d121314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8787

8888
- name: Publish Test Report
89-
uses: mikepenz/action-junit-report@v5
89+
uses: mikepenz/action-junit-report@v6
9090
if: success() || failure() # always run even if the previous step fails
9191
with:
9292
report_paths: './test-results/junit.xml'

0 commit comments

Comments
 (0)