Skip to content

Commit cf6cec0

Browse files
committed
:octocat: CI update
(cherry picked from commit 980acab)
1 parent 621311b commit cf6cec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
9797

9898
- name: "Send code coverage report to Codecov.io"
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
files: .build/coverage/clover.xml

0 commit comments

Comments
 (0)