Skip to content

Commit

Permalink
Update codecov/codecov-action from v4 to v5 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Nov 20, 2024
1 parent 955417c commit 5004c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
file: lcov.info
files: lcov.info

0 comments on commit 5004c21

Please sign in to comment.