Skip to content

Commit

Permalink
Merge pull request #750 from conda/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v5
  • Loading branch information
maresb authored Nov 25, 2024
2 parents 6efc47b + cc65eb6 commit 76e22dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
--splits="${{ matrix.pytest-split-group-size }}" \
--group="${{ matrix.pytest-split-group-index }}"
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 76e22dc

Please sign in to comment.