Skip to content

Commit 3f8f544

Browse files
github-actions(deps): Bump codecov/codecov-action from 4.1.1 to 4.2.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.2.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.1.1...v4.2.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2c18a8 commit 3f8f544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
7575

7676
- name: "Send code coverage report to codecov.io"
77-
uses: "codecov/codecov-action@v4.1.1"
77+
uses: "codecov/codecov-action@v4.2.0"
7878
with:
7979
files: ".build/phpunit/logs/clover.xml"
8080
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)