3
0
Fork 0
mirror of https://gitea.com/docker/build-push-action.git synced 2024-11-27 11:59:37 +01:00

ci: fix deprecated input for codecov-action

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
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

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