summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-12 15:37:19 +0000
committerGitHub <noreply@github.com>2024-04-12 15:37:19 +0000
commit0e7544d3abed49de8af1314236312b2326067e43 (patch)
tree3eb21cc2b210282b093d4ba103a41716ed0c7e8f
parent475ccb9566634e6e4741c8f23323b9b0be3ef449 (diff)
chore: Bump codecov/codecov-action from 4.0.1 to 4.3.0dependabot/github_actions/codecov/codecov-action-4.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 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.0.1...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] <support@github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 73f5327..5e5ee80 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
- name: Upload reports to codecov.io
if: github.event_name != 'pull_request' && matrix.TOOLCHAIN == 'stable' && matrix.TARGET == 'x86_64-unknown-linux-gnu'
- uses: codecov/codecov-action@v4.0.1
+ uses: codecov/codecov-action@v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: cobertura.xml