Skip to content

Commit 46efba0

Browse files
[TASK] Update codecov/codecov-action action to v4
| datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v3 | v4 |
1 parent c29f9a0 commit 46efba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
# codecov
114114
- name: codecov report
115-
uses: codecov/codecov-action@v3
115+
uses: codecov/codecov-action@v4
116116
with:
117117
token: ${{ secrets.CODECOV_TOKEN }}
118118
files: |

0 commit comments

Comments
 (0)