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
2
2
3
3
on :
4
4
workflow_dispatch :
56
56
57
57
# Setup Python
58
58
59
- - uses : actions/checkout@v3
59
+ - uses : actions/checkout@v4
60
60
61
61
- uses : actions/setup-python@v3
62
62
with :
@@ -195,13 +195,13 @@ jobs:
195
195
196
196
# Upload files
197
197
198
- - uses : actions/upload-artifact@v3
198
+ - uses : actions/upload-artifact@v4
199
199
if : matrix.artname == 'wheel'
200
200
with :
201
201
name : ' wheel'
202
202
path : ./dist/*
203
203
204
- - uses : actions/upload-artifact@v3
204
+ - uses : actions/upload-artifact@v4
205
205
if : matrix.artname == 'sdist'
206
206
with :
207
207
name : ' sdist'
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
159
159
# Setup Python
160
160
161
- - uses : actions/checkout@v3
161
+ - uses : actions/checkout@v4
162
162
163
163
- uses : actions/setup-python@v3
164
164
with :
@@ -297,13 +297,13 @@ jobs:
297
297
298
298
# Upload files
299
299
300
- - uses : actions/upload-artifact@v3
300
+ - uses : actions/upload-artifact@v4
301
301
if : matrix.artname == 'wheel'
302
302
with :
303
303
name : ' wheel'
304
304
path : ./dist/*
305
305
306
- - uses : actions/upload-artifact@v3
306
+ - uses : actions/upload-artifact@v4
307
307
if : matrix.artname == 'sdist'
308
308
with :
309
309
name : ' sdist'
You can’t perform that action at this time.
0 commit comments