diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 322fa5e..281fe4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: run: dotnet test -c Release --no-build - name: Test Report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: success() || failure() # run this step even if previous step failed with: name: Tests # Name of the check run which will be created diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 20d5cb2..3c87c51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test -c Release --no-build - name: Test Report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: success() || failure() # run this step even if previous step failed with: name: Tests # Name of the check run which will be created