Skip to content

Commit d5f3f4a

Browse files
build(deps): bump codecov/codecov-action from 4 to 5 (#947)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ad0cd2 commit d5f3f4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
pytest tests
131131
python -m coverage xml
132132
- name: Upload coverage
133-
uses: codecov/codecov-action@v4
133+
uses: codecov/codecov-action@v5
134134
with:
135135
fail_ci_if_error: true
136136
files: ./coverage.xml
@@ -186,7 +186,7 @@ jobs:
186186
run: yarn test --coverage
187187
working-directory: admin-js/
188188
- name: Upload JS coverage
189-
uses: codecov/codecov-action@v4
189+
uses: codecov/codecov-action@v5
190190
with:
191191
fail_ci_if_error: true
192192
directory: admin-js/coverage/
@@ -195,7 +195,7 @@ jobs:
195195
- name: Generate Python coverage
196196
run: python -m coverage xml
197197
- name: Upload Python coverage
198-
uses: codecov/codecov-action@v4
198+
uses: codecov/codecov-action@v5
199199
with:
200200
fail_ci_if_error: true
201201
files: ./coverage.xml

0 commit comments

Comments
 (0)