Skip to content

Commit

Permalink
Merge pull request #54 from hyperspy/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
ericpre authored Feb 12, 2024
2 parents ee35c55 + bea831f commit a36f81e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ always() }} && ${{ env.PYTEST_ARGS_COVERAGE }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a36f81e

Please sign in to comment.