Skip to content

Commit 0508183

Browse files
authored
chore(ci): use files parameter in codecov-action instead of file, which was deprecated and removed (#977)
1 parent 736f12f commit 0508183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: codecov/codecov-action@v5
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
93-
file: coverage.out
93+
files: coverage.out
9494

9595
test-manifests:
9696
name: Ensure kubernetes manifests conform to their schema

0 commit comments

Comments
 (0)