Skip to content

Commit 417ae2f

Browse files
committed
Update codecov action version
1 parent e06a1c6 commit 417ae2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: julia-actions/julia-buildpkg@latest
3131
- uses: julia-actions/julia-runtest@latest
3232
- uses: julia-actions/julia-processcoverage@latest
33-
- uses: codecov/codecov-action@v3
33+
- uses: codecov/codecov-action@v5
3434
with:
35-
file: lcov.info
35+
files: lcov.info
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)