diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc2ef1e..6cfcf83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: API_URL: ${{ secrets.API_URL }} REGION: ${{ secrets.REGION }} - name: Publish code coverage - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: