diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index de4c376..1be68a1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -126,7 +126,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: 📊 Generate test report - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: always() with: name: .NET Test Results