We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b72d15 commit 3efd9ddCopy full SHA for 3efd9dd
.github/workflows/continuous-integration.yml
@@ -80,7 +80,7 @@ jobs:
80
# will trigger a failure for coverage drops in a later job
81
run: uv run coverage xml --fail-under 0
82
- name: Upload All coverage to Codecov
83
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
84
if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac'
85
with:
86
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments