Skip to content

Commit dba7dea

Browse files
committed
Pin codecov/codecov-action to v3.1.5
1 parent cb9e353 commit dba7dea

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
bash.exe .ci/after_success.sh
143143
144144
- name: Upload coverage
145-
uses: codecov/codecov-action@v4
145+
uses: codecov/codecov-action@v3.1.5
146146
with:
147147
file: ./coverage.xml
148148
flags: GHA_Cygwin

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
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@v4
104+
uses: codecov/codecov-action@v3.1.5
105105
with:
106106
flags: GHA_Docker
107107
name: ${{ matrix.docker }}

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 1 deletion
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@v4
85+
uses: codecov/codecov-action@v3.1.5
8686
with:
8787
file: ./coverage.xml
8888
flags: GHA_Windows

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
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@v4
205+
uses: codecov/codecov-action@v3.1.5
206206
with:
207207
file: ./coverage.xml
208208
flags: GHA_Windows

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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@v4
152+
uses: codecov/codecov-action@v3.1.5
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)