Skip to content

Commit f7895d3

Browse files
chore(deps): bump mikepenz/action-junit-report from 3 to 5
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v3...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16d50de commit f7895d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
chmod +x codecov
5151
./codecov
5252
- name: Publish Test Report
53-
uses: mikepenz/action-junit-report@v3
53+
uses: mikepenz/action-junit-report@v5
5454
if: always() # always run even if the previous step fails
5555
with:
5656
report_paths: '**/TestResults.xml'

0 commit comments

Comments
 (0)