Skip to content

Commit

Permalink
Update codecov action to fix node.js version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Feb 22, 2024
1 parent 0d31f7c commit ae9894d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ae9894d

Please sign in to comment.