diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 36669d6..ca35b0d 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.1 - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v3.1.1 + uses: paambaati/codeclimate-action@v3.2.0 if: github.event.pull_request.head.repo.full_name == 'collerek/ormar' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}