Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 31b0977

Browse files
authored
Merge pull request #101 from mimmi20/dependabot/github_actions/master/minor-patch-dependencies-daef0796db
github-actions: bump codecov/codecov-action from 4.1.1 to 4.3.0 in the minor-patch-dependencies group
2 parents 4caa3cd + 57c75cd commit 31b0977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
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"
173173

174174
- name: "Upload coverage to Codecov"
175-
uses: "codecov/codecov-action@v4.1.1"
175+
uses: "codecov/codecov-action@v4.3.0"
176176
with:
177177
file: ".build/coverage/clover.xml"
178178
flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}"

0 commit comments

Comments
 (0)