diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50c6c24..7e128e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: run: poetry run task test - name: Test & publish code coverage if: ${{ runner.os != 'Windows' && env.CC_TEST_REPORTER_ID != '' }} - 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: