Skip to content

Commit

Permalink
build(actions): update codecov/codecov-action to v4 (#227)
Browse files Browse the repository at this point in the history
This commit fixes some node16 deprecation warnings
  • Loading branch information
gerardroche authored Mar 17, 2024
1 parent ddfd991 commit c6beb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/run-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ runs:
echo "Please call the action `codecov/codecov-action` directly".
shell: bash
- if: inputs.codecov-upload == 'true'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit c6beb37

Please sign in to comment.