Skip to content

Commit e4b07cc

Browse files
authored
Merge pull request #8557 from python-pillow/renovate/github-actions
2 parents 09d7543 + 8a82e0c commit e4b07cc

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.github/workflows/test-cygwin.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,12 @@ jobs:
133133
- name: After success
134134
run: |
135135
bash.exe .ci/after_success.sh
136+
rm C:\cygwin\bin\bash.EXE
136137
137138
- name: Upload coverage
138-
uses: codecov/codecov-action@v4
139+
uses: codecov/codecov-action@v5
139140
with:
140-
file: ./coverage.xml
141+
files: ./coverage.xml
141142
flags: GHA_Cygwin
142143
name: Cygwin Python 3.${{ matrix.python-minor-version }}
143144
token: ${{ secrets.CODECOV_ORG_TOKEN }}

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
MATRIX_DOCKER: ${{ matrix.docker }}
101101

102102
- name: Upload coverage
103-
uses: codecov/codecov-action@v4
103+
uses: codecov/codecov-action@v5
104104
with:
105105
flags: GHA_Docker
106106
name: ${{ matrix.docker }}

.github/workflows/test-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
.ci/test.sh
8686
8787
- name: Upload coverage
88-
uses: codecov/codecov-action@v4
88+
uses: codecov/codecov-action@v5
8989
with:
90-
file: ./coverage.xml
90+
files: ./coverage.xml
9191
flags: GHA_Windows
9292
name: "MSYS2 MinGW"
9393
token: ${{ secrets.CODECOV_ORG_TOKEN }}

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ jobs:
215215
shell: pwsh
216216

217217
- name: Upload coverage
218-
uses: codecov/codecov-action@v4
218+
uses: codecov/codecov-action@v5
219219
with:
220-
file: ./coverage.xml
220+
files: ./coverage.xml
221221
flags: GHA_Windows
222222
name: ${{ runner.os }} Python ${{ matrix.python-version }}
223223
token: ${{ secrets.CODECOV_ORG_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
.ci/after_success.sh
157157
158158
- name: Upload coverage
159-
uses: codecov/codecov-action@v4
159+
uses: codecov/codecov-action@v5
160160
with:
161161
flags: ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
162162
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)