diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index e8b7e89..2911e6e 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -112,7 +112,7 @@ jobs: verbose: true - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v6.0.0 if: github.event.pull_request.head.repo.full_name == 'collerek/ormar' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}