diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 95419ecb..efd82349 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@v5 + - uses: codecov/codecov-action@v6 if: ${{ always() }} with: token: ${{ secrets.CODECOV_TOKEN }}