Skip to content

Commit

Permalink
Merge pull request #305 from juaml/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
synchon authored Feb 9, 2024
2 parents 5c4122e + 5884c85 commit 4397f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo '</coverage>' >> coverage.xml
if: matrix.python-version == 3.10
- name: Upload mock coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
tox
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 4397f3f

Please sign in to comment.