diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index d570264..b3cb118 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -1,4 +1,4 @@ -name: default +name: default env: DOTNET_NOLOGO: true @@ -75,7 +75,7 @@ jobs: path: TestResults - name: Report test results - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: success() || failure() with: name: test results