From 44987c120a8402b4b359f5fa01d763d3c4ee320c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:00:14 +0200 Subject: [PATCH] Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#978) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.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/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 deb1bd9d54..f2c640dab0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -377,7 +377,7 @@ jobs: version: "0.18.0" args: --workspace - name: Upload to codecov.io - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: token: ${{secrets.CODECOV_TOKEN}} - name: Archive code coverage results