Skip to content

Commit be64348

Browse files
build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#3617)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [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.5.0...v4.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Szoke <[email protected]>
1 parent 00f8140 commit be64348

12 files changed

+21
-21
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
coverage xml
7979
- name: Upload coverage to Codecov
8080
if: ${{ !cancelled() }}
81-
uses: codecov/codecov-action@v4.5.0
81+
uses: codecov/codecov-action@v4.6.0
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
files: coverage.xml
@@ -150,7 +150,7 @@ jobs:
150150
coverage xml
151151
- name: Upload coverage to Codecov
152152
if: ${{ !cancelled() }}
153-
uses: codecov/codecov-action@v4.5.0
153+
uses: codecov/codecov-action@v4.6.0
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: coverage.xml

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
coverage xml
9898
- name: Upload coverage to Codecov
9999
if: ${{ !cancelled() }}
100-
uses: codecov/codecov-action@v4.5.0
100+
uses: codecov/codecov-action@v4.6.0
101101
with:
102102
token: ${{ secrets.CODECOV_TOKEN }}
103103
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v4.5.0
77+
uses: codecov/codecov-action@v4.6.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -142,7 +142,7 @@ jobs:
142142
coverage xml
143143
- name: Upload coverage to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/codecov-action@v4.5.0
145+
uses: codecov/codecov-action@v4.6.0
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
coverage xml
6363
- name: Upload coverage to Codecov
6464
if: ${{ !cancelled() }}
65-
uses: codecov/codecov-action@v4.5.0
65+
uses: codecov/codecov-action@v4.6.0
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
coverage xml
9393
- name: Upload coverage to Codecov
9494
if: ${{ !cancelled() }}
95-
uses: codecov/codecov-action@v4.5.0
95+
uses: codecov/codecov-action@v4.6.0
9696
with:
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
files: coverage.xml
@@ -178,7 +178,7 @@ jobs:
178178
coverage xml
179179
- name: Upload coverage to Codecov
180180
if: ${{ !cancelled() }}
181-
uses: codecov/codecov-action@v4.5.0
181+
uses: codecov/codecov-action@v4.6.0
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
184184
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
coverage xml
102102
- name: Upload coverage to Codecov
103103
if: ${{ !cancelled() }}
104-
uses: codecov/codecov-action@v4.5.0
104+
uses: codecov/codecov-action@v4.6.0
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107
files: coverage.xml
@@ -196,7 +196,7 @@ jobs:
196196
coverage xml
197197
- name: Upload coverage to Codecov
198198
if: ${{ !cancelled() }}
199-
uses: codecov/codecov-action@v4.5.0
199+
uses: codecov/codecov-action@v4.6.0
200200
with:
201201
token: ${{ secrets.CODECOV_TOKEN }}
202202
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v4.5.0
77+
uses: codecov/codecov-action@v4.6.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -142,7 +142,7 @@ jobs:
142142
coverage xml
143143
- name: Upload coverage to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/codecov-action@v4.5.0
145+
uses: codecov/codecov-action@v4.6.0
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
coverage xml
7979
- name: Upload coverage to Codecov
8080
if: ${{ !cancelled() }}
81-
uses: codecov/codecov-action@v4.5.0
81+
uses: codecov/codecov-action@v4.6.0
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
files: coverage.xml
@@ -150,7 +150,7 @@ jobs:
150150
coverage xml
151151
- name: Upload coverage to Codecov
152152
if: ${{ !cancelled() }}
153-
uses: codecov/codecov-action@v4.5.0
153+
uses: codecov/codecov-action@v4.6.0
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v4.5.0
77+
uses: codecov/codecov-action@v4.6.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -142,7 +142,7 @@ jobs:
142142
coverage xml
143143
- name: Upload coverage to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/codecov-action@v4.5.0
145+
uses: codecov/codecov-action@v4.6.0
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
coverage xml
9393
- name: Upload coverage to Codecov
9494
if: ${{ !cancelled() }}
95-
uses: codecov/codecov-action@v4.5.0
95+
uses: codecov/codecov-action@v4.6.0
9696
with:
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
files: coverage.xml
@@ -178,7 +178,7 @@ jobs:
178178
coverage xml
179179
- name: Upload coverage to Codecov
180180
if: ${{ !cancelled() }}
181-
uses: codecov/codecov-action@v4.5.0
181+
uses: codecov/codecov-action@v4.6.0
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
184184
files: coverage.xml

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
coverage xml
9999
- name: Upload coverage to Codecov
100100
if: ${{ !cancelled() }}
101-
uses: codecov/codecov-action@v4.5.0
101+
uses: codecov/codecov-action@v4.6.0
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104
files: coverage.xml
@@ -190,7 +190,7 @@ jobs:
190190
coverage xml
191191
- name: Upload coverage to Codecov
192192
if: ${{ !cancelled() }}
193-
uses: codecov/codecov-action@v4.5.0
193+
uses: codecov/codecov-action@v4.6.0
194194
with:
195195
token: ${{ secrets.CODECOV_TOKEN }}
196196
files: coverage.xml

scripts/split-tox-gh-actions/templates/test_group.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
- name: Upload coverage to Codecov
9494
if: {% raw %}${{ !cancelled() }}{% endraw %}
95-
uses: codecov/codecov-action@v4.5.0
95+
uses: codecov/codecov-action@v4.6.0
9696
with:
9797
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
9898
files: coverage.xml

0 commit comments

Comments
 (0)