Skip to content

Commit 9f2b027

Browse files
committed
Fix CI: upgrade CodeCov action to v5
1 parent f9f61b3 commit 9f2b027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: julia-actions/julia-processcoverage@v1
6868

6969
# Upload coverage to Codecov (update to v4)
70-
- uses: codecov/codecov-action@v4
70+
- uses: codecov/codecov-action@v5
7171
with:
7272
files: lcov.info
7373
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)