diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 0daa0e3..e09e7ca 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -26,7 +26,7 @@ jobs: - run: npm clean-install - run: corepack npm audit signatures - run: npm test - - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2 + - uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3 release: needs: - verify