Skip to content

Commit 398f581

Browse files
ci: bump codecov/codecov-action from 4.5.0 to 4.6.0 (#646)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcce403 commit 398f581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ jobs:
121121

122122
- name: "Upload general coverage to Codecov"
123123
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
124-
uses: codecov/codecov-action@v4.5.0
124+
uses: codecov/codecov-action@v4.6.0
125125
with:
126126
name: codecov-general
127127
files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml
128128
token: ${{ secrets.CODECOV_TOKEN }}
129129
fail_ci_if_error: false
130130

131131
- name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
132-
uses: codecov/codecov-action@v4.5.0
132+
uses: codecov/codecov-action@v4.6.0
133133
with:
134134
name: codecov-${{ matrix.backend_dir_name }}
135135
files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml

0 commit comments

Comments
 (0)