diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 31f0b63..3da7cc2 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -27,7 +27,7 @@ jobs: - run: npm clean-install - run: npm audit signatures - run: npm test - - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 release: needs: - verify