Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4 to 5 (#628)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 4796fdc commit b80d2db
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Tests
run: make run_tests
- name: Upload Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
- name: Run Tests with pydantic v1
run: |
pip install pydantic==1.10.12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Tests
run: make run_tests
- name: Upload Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
- name: Run Tests with pydantic v1
run: |
pip install pydantic==1.10.12
Expand Down

0 comments on commit b80d2db

Please sign in to comment.