Skip to content

Commit

Permalink
Merge pull request #300 from Julia-Tempering/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
miguelbiron authored Nov 26, 2024
2 parents f775d2e + 1145964 commit 10fbe8c
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 @@ -46,7 +46,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
Expand Down

0 comments on commit 10fbe8c

Please sign in to comment.