Skip to content

Commit 97594ac

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- 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 19cb313 commit 97594ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
9999

100100
- name: Upload code coverage
101-
uses: codecov/codecov-action@v4
101+
uses: codecov/codecov-action@v5
102102
with:
103103
file: build/coverage-report.xml
104104
token: ${{ secrets.CODECOV_TOKEN }}
@@ -150,7 +150,7 @@ jobs:
150150
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
151151

152152
- name: Upload code coverage
153-
uses: codecov/codecov-action@v4
153+
uses: codecov/codecov-action@v5
154154
with:
155155
file: build/coverage-report.xml
156156
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)