Skip to content

Commit a4d4789

Browse files
chore: bump up GitHub Artifact Actions (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd0a5b5 commit a4d4789

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ jobs:
153153
run: ${{ matrix.settings.build }}
154154
shell: bash
155155
- name: Upload artifact
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v5
157157
if: matrix.settings.target != 'wasm32-wasip1-threads'
158158
with:
159159
name: bindings-${{ matrix.settings.target }}
160160
path: '*.node'
161161
if-no-files-found: error
162162

163163
- name: Upload artifact
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@v5
165165
if: matrix.settings.target == 'wasm32-wasip1-threads'
166166
with:
167167
name: bindings-${{ matrix.settings.target }}
@@ -209,7 +209,7 @@ jobs:
209209
rm -rf node_modules
210210
rm -rf target
211211
- name: Upload artifact
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v5
213213
with:
214214
name: bindings-freebsd
215215
path: ${{ env.APP_NAME }}.*.node
@@ -248,7 +248,7 @@ jobs:
248248
- name: Install dependencies
249249
run: pnpm install
250250
- name: Download artifacts
251-
uses: actions/download-artifact@v5
251+
uses: actions/download-artifact@v6
252252
with:
253253
name: bindings-${{ matrix.settings.target }}
254254
path: .
@@ -307,7 +307,7 @@ jobs:
307307
- name: Install dependencies
308308
run: pnpm install --force
309309
- name: Download artifacts
310-
uses: actions/download-artifact@v5
310+
uses: actions/download-artifact@v6
311311
with:
312312
name: bindings-${{ matrix.target }}
313313
path: .
@@ -344,7 +344,7 @@ jobs:
344344
- name: Install dependencies
345345
run: pnpm install
346346
- name: Download artifacts
347-
uses: actions/download-artifact@v5
347+
uses: actions/download-artifact@v6
348348
with:
349349
name: bindings-wasm32-wasip1-threads
350350
path: .
@@ -376,7 +376,7 @@ jobs:
376376
- name: Install dependencies
377377
run: pnpm install
378378
- name: Download all artifacts
379-
uses: actions/download-artifact@v5
379+
uses: actions/download-artifact@v6
380380
with:
381381
path: artifacts
382382
- name: create npm dirs

0 commit comments

Comments
 (0)