Skip to content

Commit

Permalink
Backport PR matplotlib#29153: Bump codecov/codecov-action from 4 to 5…
Browse files Browse the repository at this point in the history
… in the actions group (matplotlib#29166)

Co-authored-by: Greg Lucas <[email protected]>
  • Loading branch information
meeseeksmachine and greglucas authored Nov 21, 2024
1 parent 13e3202 commit 5d62c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
fi
- name: Upload code coverage
if: ${{ !cancelled() && github.event_name != 'schedule' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 5d62c9e

Please sign in to comment.