Skip to content

Commit 98e3c89

Browse files
authored
Merge pull request #329 from mimmi20/dependabot/github_actions/master/minor-patch-dependencies-974ba9f3d6
github-actions: bump codecov/codecov-action from 4.3.1 to 4.4.0 in the minor-patch-dependencies group
2 parents 798a75e + f45e076 commit 98e3c89

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)