diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 07e6670a3f..b1a7e56a4d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,6 +23,6 @@ jobs: - name: install dependencies run: npm ci - name: calculate - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v3.2.0 with: coverageCommand: npm run test:ember