Skip to content

Commit 70c0d59

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: ${{ matrix.settings.build }}
140140
shell: bash
141141
- name: Upload artifact
142-
uses: actions/upload-artifact@v4
142+
uses: actions/upload-artifact@v5
143143
with:
144144
name: bindings-${{ matrix.settings.target }}
145145
path: |
@@ -187,7 +187,7 @@ jobs:
187187
rm -rf target
188188
rm -rf .yarn/cache
189189
- name: Upload artifact
190-
uses: actions/upload-artifact@v4
190+
uses: actions/upload-artifact@v5
191191
with:
192192
name: bindings-freebsd
193193
path: ${{ env.APP_NAME }}.*.node
@@ -227,7 +227,7 @@ jobs:
227227
- name: Install dependencies
228228
run: yarn install
229229
- name: Download artifacts
230-
uses: actions/download-artifact@v5
230+
uses: actions/download-artifact@v6
231231
with:
232232
name: bindings-${{ matrix.settings.target }}
233233
path: .
@@ -285,7 +285,7 @@ jobs:
285285
yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
286286
yarn install
287287
- name: Download artifacts
288-
uses: actions/download-artifact@v5
288+
uses: actions/download-artifact@v6
289289
with:
290290
name: bindings-${{ matrix.target }}
291291
path: .
@@ -322,7 +322,7 @@ jobs:
322322
yarn config set supportedArchitectures.cpu "wasm32"
323323
yarn install
324324
- name: Download artifacts
325-
uses: actions/download-artifact@v5
325+
uses: actions/download-artifact@v6
326326
with:
327327
name: bindings-wasm32-wasip1-threads
328328
path: .
@@ -357,7 +357,7 @@ jobs:
357357
- name: create npm dirs
358358
run: yarn napi create-npm-dirs
359359
- name: Download all artifacts
360-
uses: actions/download-artifact@v5
360+
uses: actions/download-artifact@v6
361361
with:
362362
path: artifacts
363363
- name: Move artifacts

0 commit comments

Comments
 (0)