From 1b719fcebb4847693f982717a589f4a5828b2a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:55:44 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests-yarn-lsf.yml | 2 +- .github/workflows/tests-yarn-unit.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-yarn-lsf.yml b/.github/workflows/tests-yarn-lsf.yml index 936f0ccb9ef4..36ce7112916a 100644 --- a/.github/workflows/tests-yarn-lsf.yml +++ b/.github/workflows/tests-yarn-lsf.yml @@ -243,7 +243,7 @@ jobs: - name: Upload coverage to Codecov if: github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: lsf-integration flags: lsf-integration diff --git a/.github/workflows/tests-yarn-unit.yml b/.github/workflows/tests-yarn-unit.yml index 7e9d0b0b95f6..3421255a39ff 100644 --- a/.github/workflows/tests-yarn-unit.yml +++ b/.github/workflows/tests-yarn-unit.yml @@ -55,7 +55,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ always() && github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: lsf-unit flags: lsf-unit diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb58d68d8d0e..ee1410fb2dc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -140,7 +140,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: codecov-python-${{ matrix.python-version }} flags: pytests