From 79132c84b756091379737eb35c4f75ca1e00b2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:59:56 -0500 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#249) * 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] * Add automated changelog yaml from template --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: OpsLevel Bots --- .changes/unreleased/Dependency-20240205-175858.yaml | 3 +++ .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependency-20240205-175858.yaml diff --git a/.changes/unreleased/Dependency-20240205-175858.yaml b/.changes/unreleased/Dependency-20240205-175858.yaml new file mode 100644 index 00000000..756d4db8 --- /dev/null +++ b/.changes/unreleased/Dependency-20240205-175858.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump codecov/codecov-action from 3 to 4 +time: 2024-02-05T17:58:58.779270691Z diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98bb0f14..9a3a3a9a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: Run quality checks and test code run: task ci - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./src/coverage.txt fail_ci_if_error: false