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 @@ -121,15 +121,15 @@ jobs:
121121
122122 - name : " Upload general coverage to Codecov"
123123 if : ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
124- uses : codecov/codecov-action@v4.5 .0
124+ uses : codecov/codecov-action@v4.6 .0
125125 with :
126126 name : codecov-general
127127 files : ./tests/${{ matrix.backend_dir_name }}_coverage.xml
128128 token : ${{ secrets.CODECOV_TOKEN }}
129129 fail_ci_if_error : false
130130
131131 - name : " Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
132- uses : codecov/codecov-action@v4.5 .0
132+ uses : codecov/codecov-action@v4.6 .0
133133 with :
134134 name : codecov-${{ matrix.backend_dir_name }}
135135 files : ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml
You can’t perform that action at this time.
0 commit comments