From 51c1c28a6a35adaa7edad6a5a81520272d48e917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:03:11 +0100 Subject: [PATCH] Bump codecov/codecov-action from 3 to 5 (#2328) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/healthchecks_eventstore_ci.yml | 2 +- .github/workflows/healthchecks_qdrant_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/healthchecks_eventstore_ci.yml b/.github/workflows/healthchecks_eventstore_ci.yml index 9b2dc2baac..599139b016 100644 --- a/.github/workflows/healthchecks_eventstore_ci.yml +++ b/.github/workflows/healthchecks_eventstore_ci.yml @@ -69,7 +69,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: EventStore directory: .coverage diff --git a/.github/workflows/healthchecks_qdrant_ci.yml b/.github/workflows/healthchecks_qdrant_ci.yml index 5ebc3260b5..49d59cbfef 100644 --- a/.github/workflows/healthchecks_qdrant_ci.yml +++ b/.github/workflows/healthchecks_qdrant_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Qdrant directory: .coverage