diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 5567d37..563a8ad 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -63,7 +63,7 @@ jobs: path: ./TestResults/**/coverage.cobertura.xml - name: Publish test results (PR comment) - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 if: always() with: name: Unit Test Results diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c5f9e51..631fd04 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -85,7 +85,7 @@ jobs: if-no-files-found: error - name: Publish test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 if: always() with: name: Integration Test Results