diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5171d61..244f05d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: pytest -v --cov --cov-report=xml ./tests - name: Run mypy run: mypy ./src/runboat ./tests - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v5 build-image: runs-on: ubuntu-latest needs: