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 @@ -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
You can’t perform that action at this time.
0 commit comments