summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-13 18:58:11 +0200
committerGitHub <noreply@github.com>2023-04-13 18:58:11 +0200
commitcf9fa87d5e0011b8f9d0c9aa81d10868021dd245 (patch)
tree8abf164b6741cc6e524a130933419a2ce390db81
parenta890f2c2fb9d7d9bb66f9b9169829ee5c8c93181 (diff)
chore: Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#48)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2. - [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/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 b22d1f8..ba2a6dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,7 +74,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@v3.1.1
+ uses: codecov/codecov-action@v3.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: cobertura.xml