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:
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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments