We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e7c557 + 1d9eaaa commit 43ae7f3Copy full SHA for 43ae7f3
.github/workflows/build.yml
@@ -107,9 +107,9 @@ jobs:
107
shell: bash
108
-
109
name: Upload coverage
110
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
111
with:
112
- file: ${{ env.DESTDIR }}/coverage.txt
+ files: ${{ env.DESTDIR }}/coverage.txt
113
token: ${{ secrets.CODECOV_TOKEN }}
114
115
test-sandboxed:
@@ -131,9 +131,9 @@ jobs:
131
*.cache-to=type=gha,scope=test,mode=max
132
133
134
135
136
- file: ${{ env.DESTDIR }}//coverage.txt
+ files: ${{ env.DESTDIR }}//coverage.txt
137
138
139
build:
0 commit comments