File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/codecov-action@v5.4.3
132+ uses : codecov/codecov-action@v5.5.1
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/codecov-action@v5.4.3
141+ uses : codecov/codecov-action@v5.5.1
142142 with :
143143 name : codecov-${{ matrix.backend_dir_name }}
144144 files : ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml
You can’t perform that action at this time.
0 commit comments