Skip to content

Commit

Permalink
Merge pull request #134 from timvw/renovate/mikepenz-action-junit-rep…
Browse files Browse the repository at this point in the history
…ort-5.x

chore(deps): update mikepenz/action-junit-report action to v5
  • Loading branch information
timvw authored Jan 6, 2025
2 parents 601b512 + 81dec38 commit d586e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cargo-test-report-json: 'results.json'

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: Test Report
Expand Down

0 comments on commit d586e90

Please sign in to comment.