Skip to content

Commit 204e7eb

Browse files
authored
Update CI.yml
1 parent a283015 commit 204e7eb

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
@@ -34,6 +34,7 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- uses: codecov/codecov-action@v2
37+
- uses: codecov/codecov-action@v4
3838
with:
3939
file: lcov.info
40+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)