Skip to content

Commit

Permalink
Merge pull request #193 from JuliaGraphics/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
ViralBShah authored Oct 22, 2024
2 parents 05e2500 + 86a6465 commit f4dff80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f4dff80

Please sign in to comment.