Skip to content

Commit e7eed09

Browse files
authored
Update Codecov action to version 4
1 parent e9e7222 commit e7eed09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
arch: ${{ matrix.arch }}
2828
- uses: julia-actions/julia-runtest@latest
2929
- uses: julia-actions/julia-processcoverage@v1
30-
- uses: codecov/codecov-action@v3
30+
- uses: codecov/codecov-action@v4
31+
env:
32+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3133
with:
32-
file: lcov.info
34+
file: lcov.info

0 commit comments

Comments
 (0)