diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8fb5af5b73..aab8454d2a 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@v4.0.0 + uses: paambaati/codeclimate-action@v5.0.0 with: coverageCommand: npm run test:ember