ci: fix deprecated input for codecov-action

This commit is contained in:
CrazyMax
2024-11-19 00:54:28 +01:00
parent 2419f2cbba
commit 40162ae1f1

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 }}