diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4681ea32..7d5a168a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Run tests run: make integration-test - name: Upload code coverage report to Code Climate - uses: paambaati/codeclimate-action@v2.7.5 + uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: 0215663c97fb7fa30fe9dc409ea016f7219323d0cd9a882a6afe7ead0035d366 with: