From cb6b63195b0c7a2342513c77a6c48b096ccf8d05 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:06:07 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v6 --- .github/actions/test-xamarin-lib/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-xamarin-lib/action.yml b/.github/actions/test-xamarin-lib/action.yml index a0019e9d..9751c9ec 100644 --- a/.github/actions/test-xamarin-lib/action.yml +++ b/.github/actions/test-xamarin-lib/action.yml @@ -20,7 +20,7 @@ runs: run: mono ~/.nuget/packages/xunit.runner.console/*/tools/net472/xunit.console.exe ./${{ inputs.lib-name }}.UnitTests/bin/${{ inputs.configuration }}/net461/${{ inputs.lib-name }}.UnitTests.dll -junit test-results.xml - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: always() with: report_paths: "test-results.xml"