diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 07e6670a3f..9927071183 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.1.1 with: coverageCommand: npm run test:ember