Skip to content

Commit

Permalink
Update dependency of Ubuntu build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Nov 1, 2023
1 parent ea90a46 commit 43937de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# See: https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3.7.6
uses: mikepenz/action-junit-report@v4.0.3
if: always() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/**/TEST-*.xml'
Expand Down

0 comments on commit 43937de

Please sign in to comment.