Skip to content

Commit 1a8ac74

Browse files
committed
ci: fix deprecated input for codecov-action
Signed-off-by: CrazyMax <[email protected]>
1 parent adacc14 commit 1a8ac74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
name: Upload coverage
3131
uses: codecov/codecov-action@v5
3232
with:
33-
file: ./coverage/clover.xml
33+
files: ./coverage/clover.xml
3434
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)