Skip to content

Commit

Permalink
[CI] Bump mikepenz/action-junit-report from 4 to 5 (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent e8d240c commit 649f9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
SCRIPT_TO_RUN="PYTEST_ADDOPTS=--junitxml=${PWD}/junit/test-results-core-change/\`pwd | xargs basename\`.xml make test" make execute/all
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: ${{ always() }}
with:
report_paths: '**/junit/**-test-results-**/*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrations-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: ${{ always() }}
with:
report_paths: '**/junit/test-results-**/*.xml'
Expand Down

0 comments on commit 649f9b5

Please sign in to comment.