Skip to content

Commit 7b3bf83

Browse files
chore(deps): bump codecov/codecov-action from 3 to 5 (#6837)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 540d75a commit 7b3bf83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
continue-on-error: true
246246
- name: Upload coverage results to Codecov
247247
if: matrix.coverage
248-
uses: codecov/codecov-action@v3
248+
uses: codecov/codecov-action@v5
249249
with:
250250
directory: build/logs/phpunit
251251
name: phpunit-php${{ matrix.php }}
@@ -323,7 +323,7 @@ jobs:
323323
continue-on-error: true
324324
- name: Upload coverage results to Codecov
325325
if: matrix.coverage
326-
uses: codecov/codecov-action@v3
326+
uses: codecov/codecov-action@v5
327327
with:
328328
directory: /tmp/build/logs/phpunit
329329
name: phpunit-php${{ matrix.php }}
@@ -405,7 +405,7 @@ jobs:
405405
continue-on-error: true
406406
- name: Upload coverage results to Codecov
407407
if: matrix.coverage
408-
uses: codecov/codecov-action@v3
408+
uses: codecov/codecov-action@v5
409409
with:
410410
directory: build/logs/behat
411411
name: behat-php${{ matrix.php }}
@@ -615,7 +615,7 @@ jobs:
615615
path: build/logs/behat
616616
continue-on-error: true
617617
- name: Upload coverage results to Codecov
618-
uses: codecov/codecov-action@v3
618+
uses: codecov/codecov-action@v5
619619
with:
620620
directory: build/logs/behat
621621
name: behat-php${{ matrix.php }}
@@ -706,7 +706,7 @@ jobs:
706706
path: build/logs/behat
707707
continue-on-error: true
708708
- name: Upload coverage results to Codecov
709-
uses: codecov/codecov-action@v3
709+
uses: codecov/codecov-action@v5
710710
with:
711711
directory: build/logs/behat
712712
name: behat-php${{ matrix.php }}
@@ -1106,7 +1106,7 @@ jobs:
11061106
continue-on-error: true
11071107
- name: Upload coverage results to Codecov
11081108
if: matrix.coverage
1109-
uses: codecov/codecov-action@v3
1109+
uses: codecov/codecov-action@v5
11101110
with:
11111111
directory: build/logs/phpunit
11121112
name: phpunit-php${{ matrix.php }}

0 commit comments

Comments
 (0)