Skip to content

Commit ba52642

Browse files
[ci.yml] Codcov upgraded to v4 🆙
1 parent e14d9dc commit ba52642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
- uses: julia-actions/julia-buildpkg@v1
4141
- uses: julia-actions/julia-runtest@v1
4242
- uses: julia-actions/julia-processcoverage@v1
43-
- uses: codecov/codecov-action@v3
43+
- uses: codecov/codecov-action@v4
4444
with:
45-
file: lcov.info
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)