diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cf613911706..750339a1349 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 post-test-steps: | - name: Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 automerge: if: > github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'