Skip to content

Commit 7df1a26

Browse files
committed
Update codecov version
1 parent 1dc38ea commit 7df1a26

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Upload coverage to Codecov
6161
if: github.event_name != 'schedule'
62-
uses: codecov/codecov-action@v3
62+
uses: codecov/codecov-action@v4
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565
file: ./_meta/coverage.xml
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Upload coverage to Codecov
140140
if: github.event_name != 'schedule'
141-
uses: codecov/codecov-action@v3
141+
uses: codecov/codecov-action@v4
142142
with:
143143
token: ${{ secrets.CODECOV_TOKEN }}
144144
file: ./_meta/coverage.xml
@@ -210,7 +210,7 @@ jobs:
210210
211211
- name: Upload coverage to Codecov
212212
if: github.event_name != 'schedule'
213-
uses: codecov/codecov-action@v3
213+
uses: codecov/codecov-action@v4
214214
with:
215215
token: ${{ secrets.CODECOV_TOKEN }}
216216
file: ./_meta/coverage.xml
@@ -272,7 +272,7 @@ jobs:
272272
273273
- name: Upload coverage to Codecov
274274
if: github.event_name != 'schedule'
275-
uses: codecov/codecov-action@v3
275+
uses: codecov/codecov-action@v4
276276
with:
277277
token: ${{ secrets.CODECOV_TOKEN }}
278278
file: ./_meta/coverage.xml
@@ -340,7 +340,7 @@ jobs:
340340
341341
- name: Upload coverage to Codecov
342342
if: github.event_name != 'schedule'
343-
uses: codecov/codecov-action@v3
343+
uses: codecov/codecov-action@v4
344344
with:
345345
token: ${{ secrets.CODECOV_TOKEN }}
346346
file: ./_meta/coverage.xml
@@ -393,7 +393,7 @@ jobs:
393393
vendor/bin/phpunit
394394
395395
- name: Upload coverage to Codecov
396-
uses: codecov/codecov-action@v3
396+
uses: codecov/codecov-action@v4
397397
with:
398398
token: ${{ secrets.CODECOV_TOKEN }}
399399
file: ./_meta/coverage.xml

0 commit comments

Comments
 (0)