Skip to content

Commit 4ff2d6b

Browse files
authored
ci: fix deprecated codecov argument
1 parent 39e0924 commit 4ff2d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
uses: codecov/codecov-action@v5
160160
with:
161161
token: ${{ secrets.CODECOV_TOKEN }}
162-
file: ${{ steps.coverage.outputs.report }}
162+
files: ${{ steps.coverage.outputs.report }}
163163
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
164164
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
165165
name: codecov-umbrella

0 commit comments

Comments
 (0)