Skip to content

Commit 2cd874d

Browse files
committed
ci: fix codecov file->files parameter for v5
1 parent 089fc4a commit 2cd874d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
if: matrix.php == '8.3'
3939
uses: codecov/codecov-action@v5
4040
with:
41-
file: coverage.xml
41+
files: coverage.xml

0 commit comments

Comments
 (0)