Skip to content

Commit 84c57fb

Browse files
Bump codecov/codecov-action from 4 to 5 (#898)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f16c5f commit 84c57fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
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)