Skip to content

Commit

Permalink
Merge pull request #3 from SciML/dependabot/github_actions/codecov/co…
Browse files Browse the repository at this point in the history
…decov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
ChrisRackauckas authored Dec 11, 2024
2 parents 4b89cfb + 8fb9dff commit d0eae11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- uses: julia-actions/julia-processcoverage@v1

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d0eae11

Please sign in to comment.