Updated from deprecated "file" to "files"

This commit is contained in:
Andrew Murray 2024-11-16 21:44:00 +11:00
parent 6136a92d06
commit c70dacff62
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
flags: GHA_Cygwin
name: Cygwin Python 3.${{ matrix.python-minor-version }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}

View File

@ -87,7 +87,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
flags: GHA_Windows
name: "MSYS2 MinGW"
token: ${{ secrets.CODECOV_ORG_TOKEN }}

View File

@ -217,7 +217,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
flags: GHA_Windows
name: ${{ runner.os }} Python ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}