From b0d52e2aaf4322394d2253ac6759e948f40cf218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:05:00 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 5.5.2 to 6.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.5.2...v6.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b272444c..1caae5fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -130,7 +130,7 @@ jobs: - name: "Upload general coverage to Codecov" if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }} - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: name: codecov-general files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml @@ -139,7 +139,7 @@ jobs: - name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov" if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }} - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: name: codecov-${{ matrix.backend_dir_name }} files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml