Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
lazarusA authored Nov 26, 2024
2 parents b15e69d + 6429f8c commit 23c7621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
JULIA_NUM_THREADS: '4'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN}}
file: lcov.info

0 comments on commit 23c7621

Please sign in to comment.