diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c6d297..a53fd3d6 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.5.0 + uses: codecov/codecov-action@v4.6.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: