Skip to content

Commit

Permalink
Merge pull request #37 from JuliaRandom/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

Bump codecov/codecov-action from 1 to 5
  • Loading branch information
andreasnoack authored Jan 29, 2025
2 parents be8c8c2 + c916be4 commit af04606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info

0 comments on commit af04606

Please sign in to comment.