diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e26210..d782c756 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.6.0 + uses: codecov/codecov-action@v5.0.7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: