Skip to content

Commit e2f560c

Browse files
authored
Merge pull request #331 from mimmi20/dependabot/github_actions/master/minor-patch-dependencies-81b7f69dec
github-actions: bump codecov/codecov-action from 4.4.0 to 4.4.1 in the minor-patch-dependencies group
2 parents e1c0efd + ef11fe7 commit e2f560c

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/[email protected].0"
177+
uses: "codecov/[email protected].1"
178178
with:
179179
file: ".build/coverage/clover.xml"
180180
flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}"

0 commit comments

Comments
 (0)