From a8b180f62baa772427cf96af4aa37842f74e5804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:40:35 -0600 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#354) * Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- 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-20241115-194256.yaml | 3 +++ .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependency-20241115-194256.yaml diff --git a/.changes/unreleased/Dependency-20241115-194256.yaml b/.changes/unreleased/Dependency-20241115-194256.yaml new file mode 100644 index 00000000..9d976c84 --- /dev/null +++ b/.changes/unreleased/Dependency-20241115-194256.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump codecov/codecov-action from 4 to 5 +time: 2024-11-15T19:42:56.812445925Z diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59fbfc33..ce57a5c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run quality checks and test code run: task ci - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./src/coverage.txt fail_ci_if_error: false