1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-03-23 23:30:06 +01:00

ci: update deprecated input for codecov-action

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2025-03-14 09:57:39 +01:00
parent 28e19ee314
commit ba56f006fc
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 }}