Skip to content

Commit 63aaaf1

Browse files
committed
Update CI.yml
upgrade codecov action to v4
1 parent 00971fc commit 63aaaf1

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
@@ -61,7 +61,7 @@ jobs:
6161
shell: julia --project=. --color=yes {0}
6262
- uses: julia-actions/julia-runtest@v1
6363
- uses: julia-actions/julia-processcoverage@v1
64-
- uses: codecov/codecov-action@v2
64+
- uses: codecov/codecov-action@v4
6565
with:
6666
files: lcov.info
6767
- uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)