ci: fix deprecated input for codecov-action

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
pull/1259/head
CrazyMax 2024-11-26 10:56:40 +01:00
parent f79ca49284
commit 40532c5d6f
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ jobs:
name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage/clover.xml
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}