diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 071d0598..d4a36248 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: flake8 py.test -vv --cov-config .coveragerc --cov geolink_formatter tests - name: Send coverage for Python ${{ matrix.python-version }} - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: