Skip to content

Commit ea30703

Browse files
github-actions(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.0.2...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34361e5 commit ea30703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: "vendor/bin/phpunit --colors=always --configuration=phpunit.xml --coverage-clover=.build/phpunit/clover.xml"
118118

119119
- name: "Send code coverage report to codecov.io"
120-
uses: "codecov/codecov-action@v5.0.2"
120+
uses: "codecov/codecov-action@v5.0.7"
121121
with:
122122
files: ".build/phpunit/logs/clover.xml"
123123
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)