Skip to content

Commit 7233cca

Browse files
authored
Update ci.yml
1 parent ebe432a commit 7233cca

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
@@ -36,6 +36,7 @@ jobs:
3636
- uses: julia-actions/julia-buildpkg@latest
3737
- uses: julia-actions/julia-runtest@latest
3838
- uses: julia-actions/julia-processcoverage@v1
39-
- uses: codecov/codecov-action@v1
39+
- uses: codecov/codecov-action@v4
4040
with:
4141
file: lcov.info
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)