Skip to content

Commit fe09f0d

Browse files
authored
Merge pull request #7776 from hugovk/codecov/[email protected]
Pin codecov/codecov-action to v3.1.5
2 parents 1e0b17a + dba7dea commit fe09f0d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/test-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
bash.exe .ci/after_success.sh
142142
143143
- name: Upload coverage
144-
uses: codecov/codecov-action@v4
144+
uses: codecov/codecov-action@v3.1.5
145145
with:
146146
file: ./coverage.xml
147147
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)