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.
1 parent 7e7c557 commit 713df50Copy full SHA for 713df50
.github/workflows/build.yml
@@ -107,7 +107,7 @@ 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
113
token: ${{ secrets.CODECOV_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131
*.cache-to=type=gha,scope=test,mode=max
132
133
134
135
136
file: ${{ env.DESTDIR }}//coverage.txt
137
0 commit comments