diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b79c73a6..a30a3956 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -42,7 +42,7 @@ jobs: git checkout yarn.lock - name: run tests run: yarn cover - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: ${{ always() }} with: token: ${{ secrets.CODECOV_TOKEN }}