Skip to content

Commit 75fd43f

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#2706)
* build(deps): 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](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivana Kellyerova <[email protected]>
1 parent 47fd559 commit 75fd43f

11 files changed

+26
-26
lines changed

.github/workflows/test-integrations-aws-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
coverage combine .coverage*
8787
coverage xml -i
88-
- uses: codecov/codecov-action@v3
88+
- uses: codecov/codecov-action@v4
8989
with:
9090
token: ${{ secrets.CODECOV_TOKEN }}
9191
files: coverage.xml

.github/workflows/test-integrations-cloud-computing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
coverage combine .coverage*
6464
coverage xml -i
65-
- uses: codecov/codecov-action@v3
65+
- uses: codecov/codecov-action@v4
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
files: coverage.xml
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
coverage combine .coverage*
112112
coverage xml -i
113-
- uses: codecov/codecov-action@v3
113+
- uses: codecov/codecov-action@v4
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
files: coverage.xml
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
coverage combine .coverage*
149149
coverage xml -i
150-
- uses: codecov/codecov-action@v3
150+
- uses: codecov/codecov-action@v4
151151
with:
152152
token: ${{ secrets.CODECOV_TOKEN }}
153153
files: coverage.xml

.github/workflows/test-integrations-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
coverage combine .coverage*
5252
coverage xml -i
53-
- uses: codecov/codecov-action@v3
53+
- uses: codecov/codecov-action@v4
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656
files: coverage.xml
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
coverage combine .coverage*
7777
coverage xml -i
78-
- uses: codecov/codecov-action@v3
78+
- uses: codecov/codecov-action@v4
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
files: coverage.xml

.github/workflows/test-integrations-data-processing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
coverage combine .coverage*
6868
coverage xml -i
69-
- uses: codecov/codecov-action@v3
69+
- uses: codecov/codecov-action@v4
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: coverage.xml
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
coverage combine .coverage*
120120
coverage xml -i
121-
- uses: codecov/codecov-action@v3
121+
- uses: codecov/codecov-action@v4
122122
with:
123123
token: ${{ secrets.CODECOV_TOKEN }}
124124
files: coverage.xml
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
coverage combine .coverage*
161161
coverage xml -i
162-
- uses: codecov/codecov-action@v3
162+
- uses: codecov/codecov-action@v4
163163
with:
164164
token: ${{ secrets.CODECOV_TOKEN }}
165165
files: coverage.xml

.github/workflows/test-integrations-databases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
coverage combine .coverage*
9494
coverage xml -i
95-
- uses: codecov/codecov-action@v3
95+
- uses: codecov/codecov-action@v4
9696
with:
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
files: coverage.xml
@@ -170,7 +170,7 @@ jobs:
170170
run: |
171171
coverage combine .coverage*
172172
coverage xml -i
173-
- uses: codecov/codecov-action@v3
173+
- uses: codecov/codecov-action@v4
174174
with:
175175
token: ${{ secrets.CODECOV_TOKEN }}
176176
files: coverage.xml
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
coverage combine .coverage*
239239
coverage xml -i
240-
- uses: codecov/codecov-action@v3
240+
- uses: codecov/codecov-action@v4
241241
with:
242242
token: ${{ secrets.CODECOV_TOKEN }}
243243
files: coverage.xml

.github/workflows/test-integrations-graphql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
coverage combine .coverage*
6464
coverage xml -i
65-
- uses: codecov/codecov-action@v3
65+
- uses: codecov/codecov-action@v4
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
files: coverage.xml
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
coverage combine .coverage*
112112
coverage xml -i
113-
- uses: codecov/codecov-action@v3
113+
- uses: codecov/codecov-action@v4
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
files: coverage.xml

.github/workflows/test-integrations-miscellaneous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
coverage combine .coverage*
6464
coverage xml -i
65-
- uses: codecov/codecov-action@v3
65+
- uses: codecov/codecov-action@v4
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
files: coverage.xml
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
coverage combine .coverage*
112112
coverage xml -i
113-
- uses: codecov/codecov-action@v3
113+
- uses: codecov/codecov-action@v4
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
files: coverage.xml

.github/workflows/test-integrations-networking.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
coverage combine .coverage*
6464
coverage xml -i
65-
- uses: codecov/codecov-action@v3
65+
- uses: codecov/codecov-action@v4
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
files: coverage.xml
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
coverage combine .coverage*
112112
coverage xml -i
113-
- uses: codecov/codecov-action@v3
113+
- uses: codecov/codecov-action@v4
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
files: coverage.xml
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
coverage combine .coverage*
149149
coverage xml -i
150-
- uses: codecov/codecov-action@v3
150+
- uses: codecov/codecov-action@v4
151151
with:
152152
token: ${{ secrets.CODECOV_TOKEN }}
153153
files: coverage.xml

.github/workflows/test-integrations-web-frameworks-1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
coverage combine .coverage*
8585
coverage xml -i
86-
- uses: codecov/codecov-action@v3
86+
- uses: codecov/codecov-action@v4
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989
files: coverage.xml
@@ -152,7 +152,7 @@ jobs:
152152
run: |
153153
coverage combine .coverage*
154154
coverage xml -i
155-
- uses: codecov/codecov-action@v3
155+
- uses: codecov/codecov-action@v4
156156
with:
157157
token: ${{ secrets.CODECOV_TOKEN }}
158158
files: coverage.xml
@@ -210,7 +210,7 @@ jobs:
210210
run: |
211211
coverage combine .coverage*
212212
coverage xml -i
213-
- uses: codecov/codecov-action@v3
213+
- uses: codecov/codecov-action@v4
214214
with:
215215
token: ${{ secrets.CODECOV_TOKEN }}
216216
files: coverage.xml

.github/workflows/test-integrations-web-frameworks-2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
coverage combine .coverage*
8484
coverage xml -i
85-
- uses: codecov/codecov-action@v3
85+
- uses: codecov/codecov-action@v4
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
files: coverage.xml
@@ -150,7 +150,7 @@ jobs:
150150
run: |
151151
coverage combine .coverage*
152152
coverage xml -i
153-
- uses: codecov/codecov-action@v3
153+
- uses: codecov/codecov-action@v4
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: coverage.xml
@@ -207,7 +207,7 @@ jobs:
207207
run: |
208208
coverage combine .coverage*
209209
coverage xml -i
210-
- uses: codecov/codecov-action@v3
210+
- uses: codecov/codecov-action@v4
211211
with:
212212
token: ${{ secrets.CODECOV_TOKEN }}
213213
files: coverage.xml

0 commit comments

Comments
 (0)