Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
agdestein authored Nov 18, 2024
2 parents 999f4f4 + 646d8c5 commit 5ed9a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,ext,lib/NeuralClosure/src
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 5ed9a60

Please sign in to comment.