diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c6e0ed..28fb1c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: if: success() continue-on-error: true - name: Upload code coverage data to CodeClimate - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v8 with: coverageLocations: coverage/coverage.json:simplecov debug: true