Skip to content

Commit 48fd2bb

Browse files
committed
Use fresh download step.
1 parent b820074 commit 48fd2bb

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Setup Environment variables
104104
run: if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
105105
- name: Download a wheel accordingly to matrix
106-
uses: actions/download-artifact@v3
106+
uses: actions/download-artifact@v4
107107
with:
108108
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
109109
path: wheelhouse/
@@ -174,7 +174,7 @@ jobs:
174174
- name: saving artifacts
175175
uses: actions/upload-artifact@v4
176176
with:
177-
name: wheels
177+
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
178178
path: dist/opencv*.tar.gz
179179

180180
Release_rolling:
@@ -186,7 +186,7 @@ jobs:
186186
run:
187187
shell: bash
188188
steps:
189-
- uses: actions/download-artifact@v3
189+
- uses: actions/download-artifact@v4
190190
with:
191191
name: wheels
192192
path: wheelhouse/
@@ -216,7 +216,7 @@ jobs:
216216
run:
217217
shell: bash
218218
steps:
219-
- uses: actions/download-artifact@v3
219+
- uses: actions/download-artifact@v4
220220
with:
221221
name: wheels
222222
path: wheelhouse/
@@ -234,7 +234,7 @@ jobs:
234234
run:
235235
shell: bash
236236
steps:
237-
- uses: actions/download-artifact@v3
237+
- uses: actions/download-artifact@v4
238238
with:
239239
name: wheels
240240
path: wheelhouse/

.github/workflows/build_wheels_linux_arm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Setup Environment variables
106106
run: if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
107107
- name: Download a wheel accordingly to matrix
108-
uses: actions/download-artifact@v3
108+
uses: actions/download-artifact@v4
109109
with:
110110
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
111111
path: wheelhouse/
@@ -121,7 +121,7 @@ jobs:
121121
run:
122122
shell: bash
123123
steps:
124-
- uses: actions/download-artifact@v3
124+
- uses: actions/download-artifact@v4
125125
with:
126126
name: wheels
127127
path: wheelhouse/
@@ -151,7 +151,7 @@ jobs:
151151
run:
152152
shell: bash
153153
steps:
154-
- uses: actions/download-artifact@v3
154+
- uses: actions/download-artifact@v4
155155
with:
156156
name: wheels
157157
path: wheelhouse/
@@ -169,7 +169,7 @@ jobs:
169169
run:
170170
shell: bash
171171
steps:
172-
- uses: actions/download-artifact@v3
172+
- uses: actions/download-artifact@v4
173173
with:
174174
name: wheels
175175
path: wheelhouse/

.github/workflows/build_wheels_macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Setup Environment variables
137137
run: if ["3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" -o "3.13" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
138138
- name: Download a wheel accordingly to matrix
139-
uses: actions/download-artifact@v3
139+
uses: actions/download-artifact@v4
140140
with:
141141
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
142142
path: wheelhouse/
@@ -164,7 +164,7 @@ jobs:
164164
run:
165165
shell: bash
166166
steps:
167-
- uses: actions/download-artifact@v3
167+
- uses: actions/download-artifact@v4
168168
with:
169169
name: wheels
170170
path: wheelhouse/
@@ -194,7 +194,7 @@ jobs:
194194
run:
195195
shell: bash
196196
steps:
197-
- uses: actions/download-artifact@v3
197+
- uses: actions/download-artifact@v4
198198
with:
199199
name: wheels
200200
path: wheelhouse/
@@ -212,7 +212,7 @@ jobs:
212212
run:
213213
shell: bash
214214
steps:
215-
- uses: actions/download-artifact@v3
215+
- uses: actions/download-artifact@v4
216216
with:
217217
name: wheels
218218
path: wheelhouse/

.github/workflows/build_wheels_macos_m1.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
submodules: true
9595
fetch-depth: 0
9696
- name: Download a wheel accordingly to matrix
97-
uses: actions/download-artifact@v3
97+
uses: actions/download-artifact@v4
9898
with:
9999
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
100100
path: wheelhouse/
@@ -130,7 +130,7 @@ jobs:
130130
run:
131131
shell: bash
132132
steps:
133-
- uses: actions/download-artifact@v3
133+
- uses: actions/download-artifact@v4
134134
with:
135135
name: wheels
136136
path: wheelhouse/
@@ -160,7 +160,7 @@ jobs:
160160
run:
161161
shell: bash
162162
steps:
163-
- uses: actions/download-artifact@v3
163+
- uses: actions/download-artifact@v4
164164
with:
165165
name: wheels
166166
path: wheelhouse/
@@ -178,7 +178,7 @@ jobs:
178178
run:
179179
shell: bash
180180
steps:
181-
- uses: actions/download-artifact@v3
181+
- uses: actions/download-artifact@v4
182182
with:
183183
name: wheels
184184
path: wheelhouse/

0 commit comments

Comments
 (0)