diff --git a/.github/workflows/build-dotnet.yaml b/.github/workflows/build-dotnet.yaml index d15ec25..0aeb1b9 100644 --- a/.github/workflows/build-dotnet.yaml +++ b/.github/workflows/build-dotnet.yaml @@ -1,4 +1,4 @@ -name: Build .NET +name: Build .NET on: workflow_call: @@ -45,7 +45,7 @@ jobs: run: dotnet test --no-build - name: Test Report - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: .NET Tests