Skip to content

Commit d719097

Browse files
chore(deps): update mikepenz/action-junit-report action to v5 (#541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d09d875 commit d719097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/dotnet-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: sudo chmod -R +r Test/TestResults
3333
if: always()
3434
- name: Publish Test Report
35-
uses: mikepenz/action-junit-report@v4
35+
uses: mikepenz/action-junit-report@v5
3636
if: always()
3737
with:
3838
report_paths: Test/TestResults/TestResults.xml

0 commit comments

Comments
 (0)