Skip to content

Commit 6cad3e0

Browse files
Merge branch 'master' into szokeasaurusrex/consistent-env-var-handling
2 parents dd535c7 + 9261b2c commit 6cad3e0

25 files changed

+340
-105
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
coverage xml
8484
- name: Upload coverage to Codecov
8585
if: ${{ !cancelled() }}
86-
uses: codecov/[email protected].2
86+
uses: codecov/[email protected].3
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989
files: coverage.xml
@@ -158,7 +158,7 @@ jobs:
158158
coverage xml
159159
- name: Upload coverage to Codecov
160160
if: ${{ !cancelled() }}
161-
uses: codecov/[email protected].2
161+
uses: codecov/[email protected].3
162162
with:
163163
token: ${{ secrets.CODECOV_TOKEN }}
164164
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
coverage xml
8888
- name: Upload coverage to Codecov
8989
if: ${{ !cancelled() }}
90-
uses: codecov/[email protected].2
90+
uses: codecov/[email protected].3
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml
@@ -166,7 +166,7 @@ jobs:
166166
coverage xml
167167
- name: Upload coverage to Codecov
168168
if: ${{ !cancelled() }}
169-
uses: codecov/[email protected].2
169+
uses: codecov/[email protected].3
170170
with:
171171
token: ${{ secrets.CODECOV_TOKEN }}
172172
files: coverage.xml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
coverage xml
6868
- name: Upload coverage to Codecov
6969
if: ${{ !cancelled() }}
70-
uses: codecov/[email protected].2
70+
uses: codecov/[email protected].3
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
coverage xml
108108
- name: Upload coverage to Codecov
109109
if: ${{ !cancelled() }}
110-
uses: codecov/[email protected].2
110+
uses: codecov/[email protected].3
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113113
files: coverage.xml
@@ -206,7 +206,7 @@ jobs:
206206
coverage xml
207207
- name: Upload coverage to Codecov
208208
if: ${{ !cancelled() }}
209-
uses: codecov/[email protected].2
209+
uses: codecov/[email protected].3
210210
with:
211211
token: ${{ secrets.CODECOV_TOKEN }}
212212
files: coverage.xml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
coverage xml
8080
- name: Upload coverage to Codecov
8181
if: ${{ !cancelled() }}
82-
uses: codecov/[email protected].2
82+
uses: codecov/[email protected].3
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
files: coverage.xml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
coverage xml
6868
- name: Upload coverage to Codecov
6969
if: ${{ !cancelled() }}
70-
uses: codecov/[email protected].2
70+
uses: codecov/[email protected].3
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
files: coverage.xml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
coverage xml
8080
- name: Upload coverage to Codecov
8181
if: ${{ !cancelled() }}
82-
uses: codecov/[email protected].2
82+
uses: codecov/[email protected].3
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
files: coverage.xml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
coverage xml
8888
- name: Upload coverage to Codecov
8989
if: ${{ !cancelled() }}
90-
uses: codecov/[email protected].2
90+
uses: codecov/[email protected].3
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
coverage xml
7676
- name: Upload coverage to Codecov
7777
if: ${{ !cancelled() }}
78-
uses: codecov/[email protected].2
78+
uses: codecov/[email protected].3
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
files: coverage.xml
@@ -142,7 +142,7 @@ jobs:
142142
coverage xml
143143
- name: Upload coverage to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/[email protected].2
145+
uses: codecov/[email protected].3
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml

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

Lines changed: 2 additions & 2 deletions
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/[email protected].2
100+
uses: codecov/[email protected].3
101101
with:
102102
token: ${{ secrets.CODECOV_TOKEN }}
103103
files: coverage.xml
@@ -186,7 +186,7 @@ jobs:
186186
coverage xml
187187
- name: Upload coverage to Codecov
188188
if: ${{ !cancelled() }}
189-
uses: codecov/[email protected].2
189+
uses: codecov/[email protected].3
190190
with:
191191
token: ${{ secrets.CODECOV_TOKEN }}
192192
files: coverage.xml

0 commit comments

Comments
 (0)