From 7e9cb3c32a06890db502d13f810a2dd860e1e663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:04:14 +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/go.yml | 2 +- .github/workflows/java-sdk.yml | 2 +- .github/workflows/php.yml | 2 +- .github/workflows/python.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index aa4c94b..98f4f5c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,7 +49,7 @@ jobs: - name: Upload coverage reports if: matrix.go-version == '1.22' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: go/coverage.out flags: go diff --git a/.github/workflows/java-sdk.yml b/.github/workflows/java-sdk.yml index 4d85a91..1a36ba4 100644 --- a/.github/workflows/java-sdk.yml +++ b/.github/workflows/java-sdk.yml @@ -68,7 +68,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.java-version == '21' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: java/target/site/jacoco/jacoco.xml flags: java diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 603aa01..a256201 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -52,7 +52,7 @@ jobs: - name: Upload coverage reports if: matrix.php-version == '8.2' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: php/coverage.xml flags: php diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a093ba9..ef6f82f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -48,7 +48,7 @@ jobs: - name: Upload coverage reports if: matrix.python-version == '3.11' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: python/coverage.xml flags: python