Skip to content

Commit 441053c

Browse files
authored
ci: update codecov/codecov-action from 3 to 5 (#14)
1 parent 37de351 commit 441053c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- uses: julia-actions/julia-buildpkg@v1
4242
- uses: julia-actions/julia-runtest@v1
4343
- uses: julia-actions/julia-processcoverage@v1
44-
- uses: codecov/codecov-action@v3
44+
- uses: codecov/codecov-action@v5
4545
with:
46-
file: lcov.info
46+
token: ${{ secrets.CODECOV_TOKEN }}
47+
files: lcov.info

0 commit comments

Comments
 (0)