Skip to content

Commit c5949dd

Browse files
committed
Fix #14024 (CI: The codecov-upload github action fails)
1 parent 0b4c55a commit c5949dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: Coverage results
6363
path: coverage_report
6464

65-
- uses: codecov/codecov-action@v4
65+
- uses: codecov/codecov-action@v5
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
# file: ./coverage.xml # optional

0 commit comments

Comments
 (0)