Skip to content

Commit

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

Bump codecov/codecov-action from 1 to 3
  • Loading branch information
MilesCranmer authored Jan 2, 2024
2 parents 75ef104 + 2a14c8d commit 8ab68f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- run: cat .tox/py/log/pytest.log
if: always()
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
if: steps.tox-tests.outcome == 'success'
with:
file: ./coverage.xml
Expand Down

0 comments on commit 8ab68f4

Please sign in to comment.