diff --git a/.github/workflows/quick_build.yml b/.github/workflows/quick_build.yml index a71ec58..3e57731 100644 --- a/.github/workflows/quick_build.yml +++ b/.github/workflows/quick_build.yml @@ -33,7 +33,7 @@ jobs: package - id: code-climate name: Test and publish code coverage to Code Climate - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v8.0.0 if: github.ref == 'refs/heads/main' env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}