diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 085bbd0..7461f95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: report_paths: '**/.junit.xml' - name: Upload coverage - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v6.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: