Commit ae9894dd authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Update codecov action to fix node.js version warning

parent 0d31f7c7
......@@ -26,6 +26,7 @@ jobs:
- name: Test
run: yarn test
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage/coverage-final.json
token: ${{ secrets.CODECOV_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment