From c03b557383387ab447f71cde36c7f478818653c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:08:26 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.6.0 to 5.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.1. - [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/v4.6.0...v5.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fd10e94e44..4a869a864e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -346,7 +346,7 @@ jobs: version: "0.18.0" args: --workspace --locked - name: Upload to codecov.io - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.1 with: token: ${{secrets.CODECOV_TOKEN}} - name: Archive code coverage results