diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 0e2f3b2..3033479 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -24,7 +24,7 @@ jobs: cache: npm - run: npm clean-install - run: npm test - - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 release: needs: - verify