Skip to content

Commit 93dee9d

Browse files
committed
Update codecov action (?)
Signed-off-by: Fabrice Normandin <[email protected]>
1 parent 8ef75d3 commit 93dee9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
# Next step if this doesn't work would be to give the coverage files a unique name and use merge-multiple: true
186186
path: coverage_reports
187187
- name: Upload coverage reports to Codecov
188-
uses: codecov/codecov-action@v4
188+
uses: codecov/codecov-action@v5
189189
with:
190190
token: ${{ secrets.CODECOV_TOKEN }}
191191
# file: ./coverage.xml # Search for all coverage files from each workflow.

0 commit comments

Comments
 (0)