Skip to content

Commit 0f4a219

Browse files
committed
ECC-1793: develop binary wheel - use v3/4 of download-artifact
1 parent 0771ae1 commit 0f4a219

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-wheel-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- uses: actions/checkout@v2
108108

109-
- uses: actions/download-artifact@v2
109+
- uses: actions/download-artifact@v3
110110
with:
111111
name: wheel-manylinux2014-${{ matrix.python-version }}
112112

@@ -135,7 +135,7 @@ jobs:
135135

136136
- uses: actions/checkout@v2
137137

138-
- uses: actions/download-artifact@v2
138+
- uses: actions/download-artifact@v3
139139
with:
140140
name: wheel-manylinux2014-${{ matrix.python-version }}
141141
path: artifact-${{ matrix.python-version }}

.github/workflows/build-wheel-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- uses: actions/checkout@v2
110110

111-
- uses: actions/download-artifact@v2
111+
- uses: actions/download-artifact@v4
112112
with:
113113
name: wheel-macos-${{ matrix.arch_type }}-${{ matrix.python-version }}
114114

@@ -136,7 +136,7 @@ jobs:
136136

137137
- run: mkdir artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}
138138

139-
- uses: actions/download-artifact@v2
139+
- uses: actions/download-artifact@v4
140140
with:
141141
name: wheel-macos-${{ matrix.arch_type }}-${{ matrix.python-version }}
142142
path: artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}

0 commit comments

Comments
 (0)