mirror of
https://github.com/docker/setup-buildx-action.git
synced 2024-12-22 02:17:44 +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:
parent
adacc1474e
commit
1a8ac74316
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,5 +30,5 @@ jobs:
|
||||
name: Upload coverage
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
file: ./coverage/clover.xml
|
||||
files: ./coverage/clover.xml
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user