File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- name : Build Wheels & Release
1+ name : Build Wheels & Release ROCm62
22
33on :
44 workflow_dispatch :
5656
5757 # Setup Python
5858
59- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v4
6060
6161 - uses : actions/setup-python@v3
6262 with :
@@ -195,13 +195,13 @@ jobs:
195195
196196 # Upload files
197197
198- - uses : actions/upload-artifact@v3
198+ - uses : actions/upload-artifact@v4
199199 if : matrix.artname == 'wheel'
200200 with :
201201 name : ' wheel'
202202 path : ./dist/*
203203
204- - uses : actions/upload-artifact@v3
204+ - uses : actions/upload-artifact@v4
205205 if : matrix.artname == 'sdist'
206206 with :
207207 name : ' sdist'
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158
159159 # Setup Python
160160
161- - uses : actions/checkout@v3
161+ - uses : actions/checkout@v4
162162
163163 - uses : actions/setup-python@v3
164164 with :
@@ -297,13 +297,13 @@ jobs:
297297
298298 # Upload files
299299
300- - uses : actions/upload-artifact@v3
300+ - uses : actions/upload-artifact@v4
301301 if : matrix.artname == 'wheel'
302302 with :
303303 name : ' wheel'
304304 path : ./dist/*
305305
306- - uses : actions/upload-artifact@v3
306+ - uses : actions/upload-artifact@v4
307307 if : matrix.artname == 'sdist'
308308 with :
309309 name : ' sdist'
You can’t perform that action at this time.
0 commit comments