Skip to content

Commit

Permalink
build(deps): Bump mikepenz/action-junit-report from 3.7.6 to 5.2.0 (#…
Browse files Browse the repository at this point in the history
…4532)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 058c902 commit 0604ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Publish test report
id: test_summary
uses: mikepenz/action-junit-report@v3.7.6
uses: mikepenz/action-junit-report@v5.2.0
if: success() || failure()
with:
report_paths: test-results/junit_test_report.xml
Expand Down

0 comments on commit 0604ea2

Please sign in to comment.