Skip to content

Commit 94e5790

Browse files
committed
Update build actions
1 parent 3a9618d commit 94e5790

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-wheels-release-rocm62.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Wheels & Release
1+
name: Build Wheels & Release ROCm62
22

33
on:
44
workflow_dispatch:
@@ -56,7 +56,7 @@ jobs:
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'

.github/workflows/build-wheels-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)