diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e84c9a..b9e81b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.ExcludeByFile="**/*.g.cs" - name: Upload coverage to Codeclimate - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v6 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: