Skip to content

Commit 7a1c376

Browse files
authored
Update CI.yml
1 parent f8af128 commit 7a1c376

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
@@ -33,6 +33,7 @@ jobs:
3333
- uses: julia-actions/julia-buildpkg@v1
3434
- uses: julia-actions/julia-runtest@v1
3535
- uses: julia-actions/julia-processcoverage@v1
36-
- uses: codecov/codecov-action@v2
36+
- uses: codecov/codecov-action@v4
3737
with:
3838
files: lcov.info
39+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)