Skip to content

Commit f45e076

Browse files
dependabot[bot]mimmi20
authored andcommitted
github-actions: bump codecov/codecov-action
Bumps the minor-patch-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 798a75e commit f45e076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
run: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=.build/coverage/clover.xml --coverage-text --coverage-xml=.build/coverage/coverage-xml --log-junit=.build/coverage/phpunit.junit.xml --display-warnings --display-deprecations"
175175

176176
- name: "Upload coverage to Codecov"
177-
uses: "codecov/codecov-action@v4.3.1"
177+
uses: "codecov/codecov-action@v4.4.0"
178178
with:
179179
file: ".build/coverage/clover.xml"
180180
flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}"

0 commit comments

Comments
 (0)