Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 5
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 540d75a commit 09450a3
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 09450a3

Please sign in to comment.