Skip to content

Commit bbd5248

Browse files
Merge pull request #27 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents 6e205e5 + 62ff5a6 commit bbd5248

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
@@ -15,6 +15,6 @@ jobs:
1515
- name: Run tests and collect coverage
1616
run: vendor/bin/phpunit --coverage-clover coverage.xml .
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v4
18+
uses: codecov/codecov-action@v5
1919
env:
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)