diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index fa1fe955..37f2a291 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -80,7 +80,7 @@ jobs: # will trigger a failure for coverage drops in a later job run: uv run coverage xml --fail-under 0 - name: Upload All coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac' with: token: ${{ secrets.CODECOV_TOKEN }}