diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 666fe55..da1af84 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -52,6 +52,6 @@ jobs: - name: Run unit tests run: npm test --if-present -- ${{ inputs.test-options }} - name: Upload to Codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}