Skip to content

Commit dcded92

Browse files
authored
ci: fix deprecated codecov argument
1 parent 95f44eb commit dcded92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: codecov/codecov-action@v5
127127
with:
128128
token: ${{ secrets.CODECOV_TOKEN }}
129-
file: ${{ steps.coverage.outputs.report }}
129+
files: ${{ steps.coverage.outputs.report }}
130130
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
131131
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
132132
name: codecov-umbrella

0 commit comments

Comments
 (0)