Skip to content

Commit 1816e0a

Browse files
authored
Update CI.yml
1 parent 1659758 commit 1816e0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: julia-actions/julia-buildpkg@v1
3131
- uses: julia-actions/julia-runtest@v1
3232
- uses: julia-actions/julia-processcoverage@v1
33-
- uses: codecov/codecov-action@v3
33+
- uses: codecov/codecov-action@v5
3434
with:
3535
files: lcov.info
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)