diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4149cf71..726ec8ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Publish test results if: always() && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 with: name: Pester Tests (${{ matrix.os }}) path: artifacts/test-results.xml