diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f43ae2f..89d941c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - run: pytest --cov=garminworkouts --cov-report=xml tests - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: env_vars: PYTHON_VERSION