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
  • Loading branch information
greglucas authored and meeseeksmachine committed Nov 21, 2024
1 parent e25bfee commit 74a6053
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 @@ -419,7 +419,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 74a6053

Please sign in to comment.