Skip to content

Commit b46306d

Browse files
github-actions(deps): Bump codecov/codecov-action from 4.4.0 to 4.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.5.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.4.0...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab1f9f3 commit b46306d

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
@@ -65,7 +65,7 @@ jobs:
6565
run: "vendor/bin/phpunit --colors=always --configuration=test/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
6666

6767
- name: "Send code coverage report to codecov.io"
68-
uses: "codecov/codecov-action@v4.4.0"
68+
uses: "codecov/codecov-action@v4.5.0"
6969
with:
7070
files: ".build/phpunit/logs/clover.xml"
7171
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)