From bea9690c8938d4c955251b58925438d6a1fdc2fc Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Tue, 8 Mar 2022 13:19:06 +0100 Subject: [PATCH] Use phoenix-actions/test-reporting@v6 instead of dorny/test-reporter@v1 --- .github/workflows/build-ilspy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ilspy.yml b/.github/workflows/build-ilspy.yml index eed4d6644..5da85edc7 100644 --- a/.github/workflows/build-ilspy.yml +++ b/.github/workflows/build-ilspy.yml @@ -59,7 +59,7 @@ jobs: Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net6.0-windows\win-x64\ILSpy.BamlDecompiler.Tests.dll - name: Test Report - uses: dorny/test-reporter@v1 + uses: phoenix-actions/test-reporting@v6 if: success() || failure() with: name: Unit Test Results (${{ matrix.configuration }})