Skip to content

Commit b190056

Browse files
authored
Update codecov action (#240)
1 parent 14f3ce4 commit b190056

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
@@ -37,9 +37,10 @@ jobs:
3737
- uses: julia-actions/julia-buildpkg@v1
3838
- uses: julia-actions/julia-runtest@v1
3939
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v1
40+
- uses: codecov/codecov-action@v5
4141
with:
4242
file: lcov.info
43+
token: ${{ secrets.CODECOV_TOKEN }}
4344
docs:
4445
name: Documentation
4546
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)