Skip to content

Commit e4e1520

Browse files
dependabot[bot]li-boxuan
authored andcommitted
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](codecov/codecov-action@v4...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>
1 parent 80ef1d9 commit e4e1520

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-backend-cql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
with:
248248
name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
249249
path: target/jacoco-combined.exec
250-
- uses: codecov/codecov-action@v4
250+
- uses: codecov/codecov-action@v5
251251
env:
252252
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
253253
with:

.github/workflows/ci-backend-hbase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
114114
path: target/jacoco-combined.exec
115-
- uses: codecov/codecov-action@v4
115+
- uses: codecov/codecov-action@v5
116116
env:
117117
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
118118
with:

.github/workflows/ci-backend-scylla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
145145
path: target/jacoco-combined.exec
146-
- uses: codecov/codecov-action@v4
146+
- uses: codecov/codecov-action@v5
147147
env:
148148
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
149149
with:

.github/workflows/ci-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
name: jacoco-reports-${{ matrix.module }}-java-${{ matrix.java }}
141141
path: target/jacoco-combined.exec
142-
- uses: codecov/codecov-action@v4
142+
- uses: codecov/codecov-action@v5
143143
env:
144144
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
145145
with:

.github/workflows/ci-index-es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
124124
path: target/jacoco-combined.exec
125-
- uses: codecov/codecov-action@v4
125+
- uses: codecov/codecov-action@v5
126126
env:
127127
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
128128
with:

.github/workflows/ci-index-solr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
9797
path: target/jacoco-combined.exec
98-
- uses: codecov/codecov-action@v4
98+
- uses: codecov/codecov-action@v5
9999
env:
100100
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
101101
with:

0 commit comments

Comments
 (0)