Skip to content

Commit 9bad546

Browse files
committed
Upgrade download
1 parent c0f8fd1 commit 9bad546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install dependencies
141141
run: yarn install
142142
- name: Download artifacts
143-
uses: actions/download-artifact@v3
143+
uses: actions/download-artifact@v4
144144
with:
145145
name: bindings-${{ matrix.settings.target }}
146146
path: .
@@ -172,7 +172,7 @@ jobs:
172172
- name: Install dependencies
173173
run: yarn install
174174
- name: Download artifacts
175-
uses: actions/download-artifact@v3
175+
uses: actions/download-artifact@v4
176176
with:
177177
name: bindings-x86_64-unknown-linux-gnu
178178
path: .
@@ -197,12 +197,12 @@ jobs:
197197
- name: Install dependencies
198198
run: yarn install
199199
- name: Download macOS x64 artifact
200-
uses: actions/download-artifact@v3
200+
uses: actions/download-artifact@v4
201201
with:
202202
name: bindings-x86_64-apple-darwin
203203
path: artifacts
204204
- name: Download macOS arm64 artifact
205-
uses: actions/download-artifact@v3
205+
uses: actions/download-artifact@v4
206206
with:
207207
name: bindings-aarch64-apple-darwin
208208
path: artifacts
@@ -232,7 +232,7 @@ jobs:
232232
- name: Install dependencies
233233
run: yarn install
234234
- name: Download all artifacts
235-
uses: actions/download-artifact@v3
235+
uses: actions/download-artifact@v4
236236
with:
237237
path: artifacts
238238
- name: Move artifacts

0 commit comments

Comments
 (0)