diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32cf6ff8..071d0598 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.3.1 + uses: codecov/codecov-action@v4.4.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: