diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f314474..233644c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: verbose: true - name: Upload code coverage report to Code Climate - uses: paambaati/codeclimate-action@v2.2.4 + uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: