Skip to content

Commit 1d9eaaa

Browse files
committed
ci: fix deprecated codecov-action input
Signed-off-by: CrazyMax <[email protected]>
1 parent 713df50 commit 1d9eaaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
name: Upload coverage
110110
uses: codecov/codecov-action@v5
111111
with:
112-
file: ${{ env.DESTDIR }}/coverage.txt
112+
files: ${{ env.DESTDIR }}/coverage.txt
113113
token: ${{ secrets.CODECOV_TOKEN }}
114114

115115
test-sandboxed:
@@ -133,7 +133,7 @@ jobs:
133133
name: Upload coverage
134134
uses: codecov/codecov-action@v5
135135
with:
136-
file: ${{ env.DESTDIR }}//coverage.txt
136+
files: ${{ env.DESTDIR }}//coverage.txt
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138

139139
build:

0 commit comments

Comments
 (0)