Skip to content

Commit

Permalink
Merge pull request #112 from JuliaLang/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
JamesWrigley authored Dec 11, 2024
2 parents ed12496 + 010828a commit 9c5d73a
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,9 +54,9 @@ jobs:
env:
JULIA_DISTRIBUTED_TESTING_STANDALONE: 1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
file: lcov.info
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c5d73a

Please sign in to comment.