Skip to content

Commit

Permalink
chore: Update codecov/codecov-action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Dec 17, 2024
1 parent 5bc89ab commit f469cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
CODECOV_NAME: ${{ matrix.os }} Python ${{ matrix.python-version }}

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
python3 -m pytest -vx --cov pillow_avif --cov tests --cov-report term --cov-report xml tests
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: GHA_Windows
Expand Down

0 comments on commit f469cf9

Please sign in to comment.