Skip to content

Commit e33f16c

Browse files
ci: bump codecov/codecov-action from 5.5.1 to 5.5.2 (#844)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b991f4f commit e33f16c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: "Upload general coverage to Codecov"
132132
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
133-
uses: codecov/codecov-action@v5.5.1
133+
uses: codecov/codecov-action@v5.5.2
134134
with:
135135
name: codecov-general
136136
files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
141141
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
142-
uses: codecov/codecov-action@v5.5.1
142+
uses: codecov/codecov-action@v5.5.2
143143
with:
144144
name: codecov-${{ matrix.backend_dir_name }}
145145
files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml

0 commit comments

Comments
 (0)