Skip to content

Commit b45f0a0

Browse files
ci: bump codecov/codecov-action from 5.1.2 to 5.3.1 (#697)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 460e355 commit b45f0a0

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
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: "Upload general coverage to Codecov"
130130
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
131-
uses: codecov/codecov-action@v5.1.2
131+
uses: codecov/codecov-action@v5.3.1
132132
with:
133133
name: codecov-general
134134
files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
139139
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
140-
uses: codecov/codecov-action@v5.1.2
140+
uses: codecov/codecov-action@v5.3.1
141141
with:
142142
name: codecov-${{ matrix.backend_dir_name }}
143143
files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml

0 commit comments

Comments
 (0)