Skip to content

Commit ecc4573

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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/

0 commit comments

Comments
 (0)