Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
behinger authored Jan 16, 2025
2 parents 2c9f2cd + 4539117 commit ca90525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ReusableTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
if: ${{ inputs.run_codecov }}
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: ${{ inputs.run_codecov }}
with:
file: lcov.info
Expand Down

0 comments on commit ca90525

Please sign in to comment.