Skip to content

Commit

Permalink
ci: update codecov/codecov-action from 3 to 5 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon authored Dec 16, 2024
1 parent 37de351 commit 441053c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info

0 comments on commit 441053c

Please sign in to comment.