diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 41dc272..339d9cc 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -25,7 +25,7 @@ jobs: cache: npm - run: npm clean-install - run: npm test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 release: needs: - verify