diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd4a57c..2f2881c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: coverage.out - name: Test Report Summary if: success() || failure() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 with: name: Tests path: "*.xml"