Skip to content

Commit eba1ce9

Browse files
authored
Upgrade Codecov action to version 5
1 parent e7d8640 commit eba1ce9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- uses: codecov/codecov-action@v3
37+
- uses: codecov/codecov-action@v5
3838
with:
3939
files: lcov.info
40+
token: ${{ secrets.CODECOV_TOKEN }}
41+

0 commit comments

Comments
 (0)