Skip to content

Commit d099001

Browse files
chore(deps): bump actions/download-artifact from 4 to 8 (abetlen#2257)
1 parent e2d148a commit d099001

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-latest
203203

204204
steps:
205-
- uses: actions/download-artifact@v4
205+
- uses: actions/download-artifact@v8
206206
with:
207207
merge-multiple: true
208208
path: dist

.github/workflows/build-wheels-metal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555

5656
steps:
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v8
5858
with:
5959
merge-multiple: true
6060
path: dist2

.github/workflows/build-wheels-rocm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
runs-on: ubuntu-latest
204204

205205
steps:
206-
- uses: actions/download-artifact@v4
206+
- uses: actions/download-artifact@v8
207207
with:
208208
merge-multiple: true
209209
path: dist
@@ -223,7 +223,7 @@ jobs:
223223
runs-on: ubuntu-latest
224224

225225
steps:
226-
- uses: actions/download-artifact@v4
226+
- uses: actions/download-artifact@v8
227227
with:
228228
merge-multiple: true
229229
path: dist

.github/workflows/build-wheels-vulkan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110

111111
steps:
112-
- uses: actions/download-artifact@v4
112+
- uses: actions/download-artifact@v8
113113
with:
114114
merge-multiple: true
115115
path: dist

0 commit comments

Comments
 (0)