Skip to content

Commit

Permalink
CHORE: Bump mikepenz/action-junit-report from 4 to 5 (#966)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: Dipin <26918585+dipinknair@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent 25cb5cf commit c526fb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
pytest-extra-args: '-s --junitxml remote_results${{ env.MAIN_PYTHON_VERSION}}.xml'

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/remote_results*.xml'
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
retention-days: 7

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/test_results*.xml'
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
retention-days: 7

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/test_results*.xml'
Expand Down Expand Up @@ -450,7 +450,7 @@ jobs:
pytest -m remote_session_launch -s --junitxml launch_test_results${{ matrix.python-version }}.xml || true
- name: Publish Launch Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/launch_test_results*.xml'
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/966.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump mikepenz/action-junit-report from 4 to 5

0 comments on commit c526fb0

Please sign in to comment.