diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 433355c..779caa9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,6 +22,6 @@ jobs: - run: npm ci --update-notifier=false - run: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage/coverage-final.json