From 4d993adbebcc44601fbbdcfbb78a0ae5556ea9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:40:35 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 4.2.0 to 4.3.0 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/7afa10ed9b269c561c2336fd862446844e0cbf71...84508663e988701840491b86de86b666e8a86bed) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test_suite_c.yml | 2 +- .github/workflows/test_suite_cpp.yml | 2 +- .github/workflows/test_suite_rust.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_suite_c.yml b/.github/workflows/test_suite_c.yml index 135ce2c..d8d341e 100644 --- a/.github/workflows/test_suite_c.yml +++ b/.github/workflows/test_suite_c.yml @@ -94,7 +94,7 @@ jobs: sudo apt update sudo apt install -y lcov lcov -c -d . -o coverage.info - - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: flags: lang-c files: build/coverage.info diff --git a/.github/workflows/test_suite_cpp.yml b/.github/workflows/test_suite_cpp.yml index ccc1fc3..c0ea91d 100644 --- a/.github/workflows/test_suite_cpp.yml +++ b/.github/workflows/test_suite_cpp.yml @@ -83,7 +83,7 @@ jobs: sudo apt update sudo apt install -y lcov lcov -c -d . -o coverage.info - - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: flags: lang-cpp files: build/coverage.info diff --git a/.github/workflows/test_suite_rust.yml b/.github/workflows/test_suite_rust.yml index 95a4df3..91e8e58 100644 --- a/.github/workflows/test_suite_rust.yml +++ b/.github/workflows/test_suite_rust.yml @@ -52,7 +52,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' }} - name: Generate coverage report from Rust tests run: cargo llvm-cov --all-features --lcov --output-path lcov.info - - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: lcov.info flags: lang-rust