Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 5 (#6837)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 540d75a commit 7b3bf83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
continue-on-error: true
- name: Upload coverage results to Codecov
if: matrix.coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
directory: build/logs/phpunit
name: phpunit-php${{ matrix.php }}
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
continue-on-error: true
- name: Upload coverage results to Codecov
if: matrix.coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
directory: /tmp/build/logs/phpunit
name: phpunit-php${{ matrix.php }}
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
continue-on-error: true
- name: Upload coverage results to Codecov
if: matrix.coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
directory: build/logs/behat
name: behat-php${{ matrix.php }}
Expand Down Expand Up @@ -615,7 +615,7 @@ jobs:
path: build/logs/behat
continue-on-error: true
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
directory: build/logs/behat
name: behat-php${{ matrix.php }}
Expand Down Expand Up @@ -706,7 +706,7 @@ jobs:
path: build/logs/behat
continue-on-error: true
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
directory: build/logs/behat
name: behat-php${{ matrix.php }}
Expand Down Expand Up @@ -1106,7 +1106,7 @@ jobs:
continue-on-error: true
- name: Upload coverage results to Codecov
if: matrix.coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
directory: build/logs/phpunit
name: phpunit-php${{ matrix.php }}
Expand Down

0 comments on commit 7b3bf83

Please sign in to comment.