Skip to content

Commit cf470b5

Browse files
ci: bump codecov/codecov-action from 5.4.3 to 5.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.4.3...v5.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84ed03c commit cf470b5

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
@@ -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.0
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.0
142142
with:
143143
name: codecov-${{ matrix.backend_dir_name }}
144144
files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml

0 commit comments

Comments
 (0)