From 4949519a66e708fca9a28558b4f5fb6b72a73232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:53:32 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hypothesis.yml | 2 +- .github/workflows/python.yml | 2 +- .github/workflows/rust.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hypothesis.yml b/.github/workflows/hypothesis.yml index 612be961f2..2a2c7901ac 100644 --- a/.github/workflows/hypothesis.yml +++ b/.github/workflows/hypothesis.yml @@ -29,7 +29,7 @@ jobs: run: tox -e hypothesis,coverage - name: Upload Python coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: hypothesis-py fail_ci_if_error: true diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0805449e48..c3b00169d1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -75,7 +75,7 @@ jobs: PYTHONDEVMODE: 1 - name: Upload Python coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: python fail_ci_if_error: true diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ddce31eb49..8ead7e2190 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -107,7 +107,7 @@ jobs: run: cargo tarpaulin --all --all-features --timeout 600 --out xml -- --test-threads 1 - name: Upload Rust coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: rust fail_ci_if_error: true