From 14dbd08816c4ee8ce55bfd08e91a9140e3632635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:29:10 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.0.1 to 6.0.0 in /.github/workflows Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 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/e0b68c6749509c5f83f984dd99a76a1c1a231044...57e3a136b779b570ffcdbf80b3bdc90e7fab3de2) --- 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/rust-coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-coverage.yaml b/.github/workflows/rust-coverage.yaml index 4050971..58933d7 100644 --- a/.github/workflows/rust-coverage.yaml +++ b/.github/workflows/rust-coverage.yaml @@ -76,7 +76,7 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: env.CODECOV_TOKEN != '' - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: ${{ vars.GITHUB_REPOSITORY }}