Skip to content

Commit

Permalink
⬆️ Bump mikepenz/action-junit-report from 4 to 5
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent e2437f2 commit d6684da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ jobs:
COVERAGE_FILE: test_coverage.txt

- name: Publish Pytest Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: steps.pytest.outcome == 'success'
with:
check_name: JUnit Test Report
Expand All @@ -975,7 +975,7 @@ jobs:
require_passed_tests: true

- name: Publish Pytest Regression Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: steps.pytest-init-regression.outcome == 'success' || steps.pytest-run-regression.outcome == 'success'
with:
check_name: JUnit Test Report Regression
Expand Down

0 comments on commit d6684da

Please sign in to comment.