Skip to content

Commit cc2b15f

Browse files
Flamefirejeking3
authored andcommitted
Replace deprecated argument for codecov action
1 parent 6607510 commit cc2b15f

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
@@ -326,7 +326,7 @@ jobs:
326326
uses: codecov/codecov-action@v5
327327
with:
328328
disable_search: true
329-
file: __out/cobertura.xml
329+
files: __out/cobertura.xml
330330
name: Github Actions
331331
token: ${{secrets.CODECOV_TOKEN}}
332332
verbose: true

0 commit comments

Comments
 (0)