Skip to content

Commit

Permalink
Merge pull request #348 from ImperialCollegeLondon/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
2 parents ce992b4 + a6fd02f commit acfd053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Upload coverage to Codecov
if: success() && (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ secrets.codecov_token }}
Expand Down

0 comments on commit acfd053

Please sign in to comment.