Skip to content

Commit 5bf3919

Browse files
Bump codecov/codecov-action from 3 to 5 (#2347)
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](codecov/codecov-action@v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b54ca43 commit 5bf3919

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/healthchecks_clickhouse_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
--
7272
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7373
- name: Upload Coverage
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v5
7575
with:
7676
flags: ClickHouse
7777
directory: .coverage

.github/workflows/healthchecks_surrealdb_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--
7070
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
7171
- name: Upload Coverage
72-
uses: codecov/codecov-action@v3
72+
uses: codecov/codecov-action@v5
7373
with:
7474
flags: SurrealDb
7575
directory: .coverage

0 commit comments

Comments
 (0)