Skip to content

Commit e478775

Browse files
authored
Merge pull request #7770 from python-pillow/renovate/github-actions
Update github-actions to v4
2 parents 4a4b90c + 6dba9c9 commit e478775

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/test-cygwin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
zlib-devel
8282
8383
- name: Add Lapack to PATH
84-
uses: egor-tensin/cleanup-path@v3
84+
uses: egor-tensin/cleanup-path@v4
8585
with:
8686
dirs: 'C:\cygwin\bin;C:\cygwin\lib\lapack'
8787

@@ -142,7 +142,7 @@ jobs:
142142
bash.exe .ci/after_success.sh
143143
144144
- name: Upload coverage
145-
uses: codecov/codecov-action@v3
145+
uses: codecov/codecov-action@v4
146146
with:
147147
file: ./coverage.xml
148148
flags: GHA_Cygwin

.github/workflows/test-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
MATRIX_DOCKER: ${{ matrix.docker }}
102102

103103
- name: Upload coverage
104-
uses: codecov/codecov-action@v3
104+
uses: codecov/codecov-action@v4
105105
with:
106106
flags: GHA_Docker
107107
name: ${{ matrix.docker }}

.github/workflows/test-mingw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
8383
8484
- name: Upload coverage
85-
uses: codecov/codecov-action@v3
85+
uses: codecov/codecov-action@v4
8686
with:
8787
file: ./coverage.xml
8888
flags: GHA_Windows

.github/workflows/test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
shell: pwsh
203203

204204
- name: Upload coverage
205-
uses: codecov/codecov-action@v3
205+
uses: codecov/codecov-action@v4
206206
with:
207207
file: ./coverage.xml
208208
flags: GHA_Windows

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
.ci/after_success.sh
150150
151151
- name: Upload coverage
152-
uses: codecov/codecov-action@v3
152+
uses: codecov/codecov-action@v4
153153
with:
154154
flags: ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
155155
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)