6363 if : |
6464 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/package')) ||
6565 (github.event_name == 'release' && github.event.action == 'published')
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v3
6767 with :
6868 path : wheelhouse/*.whl
6969 retention-days : 7
8888 if : |
8989 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/package')) ||
9090 (github.event_name == 'release' && github.event.action == 'published')
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v3
9292 with :
9393 path : package/dist/*.tar.gz
9494 retention-days : 7
@@ -113,7 +113,7 @@ jobs:
113113 if : |
114114 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/package')) ||
115115 (github.event_name == 'release' && github.event.action == 'published')
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v3
117117 with :
118118 path : testsuite/dist/*.tar.gz
119119 retention-days : 7
@@ -131,7 +131,7 @@ jobs:
131131 runs-on : ubuntu-latest
132132 needs : [build_wheels, build_sdist, build_sdist_tests]
133133 steps :
134- - uses : actions/download-artifact@v4
134+ - uses : actions/download-artifact@v3
135135 with :
136136 name : artifact
137137 path : dist
@@ -160,7 +160,7 @@ jobs:
160160 runs-on : ubuntu-latest
161161 needs : [build_wheels, build_sdist, build_sdist_tests]
162162 steps :
163- - uses : actions/download-artifact@v4
163+ - uses : actions/download-artifact@v3
164164 with :
165165 name : artifact
166166 path : dist
@@ -190,7 +190,7 @@ jobs:
190190 runs-on : ubuntu-latest
191191 needs : [build_wheels, build_sdist, build_sdist_tests]
192192 steps :
193- - uses : actions/download-artifact@v4
193+ - uses : actions/download-artifact@v3
194194 with :
195195 name : artifact
196196 path : dist
@@ -216,7 +216,7 @@ jobs:
216216 runs-on : ubuntu-latest
217217 needs : [build_wheels, build_sdist, build_sdist_tests]
218218 steps :
219- - uses : actions/download-artifact@v4
219+ - uses : actions/download-artifact@v3
220220 with :
221221 name : artifact
222222 path : dist
0 commit comments