Skip to content

Commit f66a072

Browse files
ci: bump codecov/codecov-action from 5.4.0 to 5.4.2 (#751)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2b78a2 commit f66a072

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
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: "Upload general coverage to Codecov"
131131
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
132-
uses: codecov/[email protected].0
132+
uses: codecov/[email protected].2
133133
with:
134134
name: codecov-general
135135
files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
140140
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
141-
uses: codecov/[email protected].0
141+
uses: codecov/[email protected].2
142142
with:
143143
name: codecov-${{ matrix.backend_dir_name }}
144144
files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml

0 commit comments

Comments
 (0)