Skip to content

Commit 05051e7

Browse files
authored
Merge pull request #134 from sbidoul/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 1 to 5
2 parents e5b6c4e + c9c1b03 commit 05051e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pytest -v --cov --cov-report=xml ./tests
2525
- name: Run mypy
2626
run: mypy ./src/runboat ./tests
27-
- uses: codecov/codecov-action@v1
27+
- uses: codecov/codecov-action@v5
2828
build-image:
2929
runs-on: ubuntu-latest
3030
needs:

0 commit comments

Comments
 (0)