Skip to content

Commit 2e56784

Browse files
Fix workflow warning
Remove deprecated `file` input for codecov/codecov-action.
1 parent 7e6253d commit 2e56784

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
6767
name: Upload coverage to Codecov
6868
with:
69-
file: ./artifacts/coverage/coverage.cobertura.xml
7069
flags: ${{ matrix.os-name }}
7170
token: ${{ secrets.CODECOV_TOKEN }}
7271

0 commit comments

Comments
 (0)