Skip to content

Commit 0bd5443

Browse files
Bump codecov/codecov-action from 3.1.1 to 5.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.1...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 094d1d1 commit 0bd5443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
6868
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
6969
70-
- uses: codecov/codecov-action@v3.1.1
70+
- uses: codecov/codecov-action@v5.1.1
7171
with:
7272
fail_ci_if_error: false
7373
file: "*.xml"

0 commit comments

Comments
 (0)