Skip to content

Commit

Permalink
Merge pull request #12 from dylan-lang/dependabot/github_actions/mike…
Browse files Browse the repository at this point in the history
…penz/action-junit-report-5

Bump mikepenz/action-junit-report from 4 to 5
  • Loading branch information
fraya authored Nov 4, 2024
2 parents 3aef6e4 + b72afe1 commit c1f0c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:

- name: Publish Test Report
if: success() || failure()
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
with:
report_paths: '**/_build/TEST-*.xml'

0 comments on commit c1f0c1e

Please sign in to comment.