Skip to content

Commit a379f1b

Browse files
committed
ci: fix deprecated codecov argument
1 parent 756cf27 commit a379f1b

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
@@ -114,7 +114,7 @@ jobs:
114114
uses: codecov/codecov-action@v5
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117-
file: ${{ steps.coverage.outputs.report }}
117+
files: ${{ steps.coverage.outputs.report }}
118118
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
119119
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
120120
name: codecov-umbrella

0 commit comments

Comments
 (0)