Skip to content

Commit e267d4c

Browse files
dependabot[bot]alexndlm
authored andcommitted
chore(deps): bump codecov/codecov-action from 3 to 5 (api-platform#6837)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdb485d commit e267d4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
continue-on-error: true
247247
- name: Upload coverage results to Codecov
248248
if: matrix.coverage
249-
uses: codecov/codecov-action@v3
249+
uses: codecov/codecov-action@v5
250250
with:
251251
directory: build/logs/phpunit
252252
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 }}
@@ -454,7 +454,7 @@ jobs:
454454
continue-on-error: true
455455
- name: Upload coverage results to Codecov
456456
if: matrix.coverage
457-
uses: codecov/codecov-action@v3
457+
uses: codecov/codecov-action@v5
458458
with:
459459
directory: build/logs/behat
460460
name: behat-php${{ matrix.php }}
@@ -663,7 +663,7 @@ jobs:
663663
path: build/logs/behat
664664
continue-on-error: true
665665
- name: Upload coverage results to Codecov
666-
uses: codecov/codecov-action@v3
666+
uses: codecov/codecov-action@v5
667667
with:
668668
directory: build/logs/behat
669669
name: behat-php${{ matrix.php }}
@@ -753,7 +753,7 @@ jobs:
753753
path: build/logs/behat
754754
continue-on-error: true
755755
- name: Upload coverage results to Codecov
756-
uses: codecov/codecov-action@v3
756+
uses: codecov/codecov-action@v5
757757
with:
758758
directory: build/logs/behat
759759
name: behat-php${{ matrix.php }}
@@ -1206,7 +1206,7 @@ jobs:
12061206
continue-on-error: true
12071207
- name: Upload coverage results to Codecov
12081208
if: matrix.coverage
1209-
uses: codecov/codecov-action@v3
1209+
uses: codecov/codecov-action@v5
12101210
with:
12111211
directory: build/logs/phpunit
12121212
name: phpunit-php${{ matrix.php }}

0 commit comments

Comments
 (0)