File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
- uses : actions/checkout@v2
108
108
109
- - uses : actions/download-artifact@v2
109
+ - uses : actions/download-artifact@v3
110
110
with :
111
111
name : wheel-manylinux2014-${{ matrix.python-version }}
112
112
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
- uses : actions/checkout@v2
137
137
138
- - uses : actions/download-artifact@v2
138
+ - uses : actions/download-artifact@v3
139
139
with :
140
140
name : wheel-manylinux2014-${{ matrix.python-version }}
141
141
path : artifact-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
109
109
- uses : actions/checkout@v2
110
110
111
- - uses : actions/download-artifact@v2
111
+ - uses : actions/download-artifact@v4
112
112
with :
113
113
name : wheel-macos-${{ matrix.arch_type }}-${{ matrix.python-version }}
114
114
@@ -136,7 +136,7 @@ jobs:
136
136
137
137
- run : mkdir artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}
138
138
139
- - uses : actions/download-artifact@v2
139
+ - uses : actions/download-artifact@v4
140
140
with :
141
141
name : wheel-macos-${{ matrix.arch_type }}-${{ matrix.python-version }}
142
142
path : artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments