mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-15 02:16:22 +00:00
ci: fix deprecated input for codecov-action
This commit is contained in:
parent
2419f2cbba
commit
40162ae1f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -27,5 +27,5 @@ jobs:
|
||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
file: ./coverage/clover.xml
|
files: ./coverage/clover.xml
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue