Skip to content

Commit

Permalink
Merge pull request #249 from OpenAstronomy/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-5
  • Loading branch information
Cadair authored Nov 25, 2024
2 parents 0a54cb7 + 1c716b5 commit 9c39dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ jobs:
- name: Upload to Codecov
# Even if tox fails, upload coverage
if: ${{ (success() || failure()) && contains(matrix.coverage, 'codecov') && matrix.pytest == 'true' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9c39dbc

Please sign in to comment.