diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index c65cff3..81b3050 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -69,7 +69,7 @@ jobs: - name: Upload coverage uses: codecov/codecov-action@v3.1.4 - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v3.2.0 + uses: paambaati/codeclimate-action@v4.0.0 if: github.event.pull_request.head.repo.full_name == 'collerek/ormar' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}