Skip to content

Commit

Permalink
Actions(deps): Bump codecov/codecov-action from 1 to 3 (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2022
1 parent 9ac9b15 commit bab1b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: tox -e py

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
files: .coverage

Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3

- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit bab1b9a

Please sign in to comment.