Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v5 (#1307)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 90c9e18 commit 67c1274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
CYPRESS_bcsc_username: ${{ secrets.UAT_BCSC_USERNAME }}

- name: Publish Cypress Results
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
continue-on-error: true
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tests-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
path: (backend|legacy|processor)/**/checkstyle-result.xml

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
continue-on-error: true
if: github.event_name == 'pull_request' && (success() || failure())
with:
Expand Down

0 comments on commit 67c1274

Please sign in to comment.