We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef75d3 commit 93dee9dCopy full SHA for 93dee9d
.github/workflows/build.yml
@@ -185,7 +185,7 @@ jobs:
185
# Next step if this doesn't work would be to give the coverage files a unique name and use merge-multiple: true
186
path: coverage_reports
187
- name: Upload coverage reports to Codecov
188
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
189
with:
190
token: ${{ secrets.CODECOV_TOKEN }}
191
# file: ./coverage.xml # Search for all coverage files from each workflow.
0 commit comments