Skip to content

Commit c6beb37

Browse files
authored
build(actions): update codecov/codecov-action to v4 (#227)
This commit fixes some node16 deprecation warnings
1 parent ddfd991 commit c6beb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/run-tests/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ runs:
3838
echo "Please call the action `codecov/codecov-action` directly".
3939
shell: bash
4040
- if: inputs.codecov-upload == 'true'
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)