diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 75336836b..21c73747e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -120,7 +120,7 @@ jobs: run: coverage xml --fail-under 0 - name: Upload All coverage to Codecov - uses: codecov/codecov-action@v2.0.2 + uses: codecov/codecov-action@v2.0.3 if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac' with: token: ${{ secrets.CODECOV_TOKEN }}