Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
ChrisRackauckas authored Nov 18, 2024
2 parents d8a5177 + 7310cf2 commit 13637b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
run: julia --project=docs/ --code-coverage=user docs/make.jl
- 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 13637b8

Please sign in to comment.