diff --git a/.github/workflows/mobypark.yml b/.github/workflows/mobypark.yml index 6e7865f..4e27f85 100644 --- a/.github/workflows/mobypark.yml +++ b/.github/workflows/mobypark.yml @@ -49,7 +49,7 @@ jobs: - name: Publish unit test results continue-on-error: true if: always() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 with: name: Unit Tests reporter: dotnet-trx @@ -169,7 +169,7 @@ jobs: - name: Publish integration test results continue-on-error: true if: always() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 with: name: Integration Tests reporter: java-junit