diff --git a/.github/workflows/coverage-dotnet.yml b/.github/workflows/coverage-dotnet.yml index b7e7aae..57b53d4 100644 --- a/.github/workflows/coverage-dotnet.yml +++ b/.github/workflows/coverage-dotnet.yml @@ -23,6 +23,6 @@ jobs: - name: Test with the dotnet CLI run: dotnet test --collect:"XPlat Code Coverage" --results-directory ./TestResult - run: reportgenerator -reports:./TestResult/*/coverage.cobertura.xml -targetdir:coverage -reporttypes:lcov - - uses: paambaati/codeclimate-action@v3.0.0 + - uses: paambaati/codeclimate-action@v5.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID__IRON_HOOK }}