Skip to content

Commit 5bc2cbd

Browse files
chore: bump up GitHub Artifact Actions
1 parent 0bb4d23 commit 5bc2cbd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: pnpm install
4242
- name: Download all artifacts
43-
uses: actions/download-artifact@v5
43+
uses: actions/download-artifact@v7
4444
with:
4545
path: artifacts
4646
- name: Move artifacts

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
if: ${{ !matrix.settings.docker }}
149149
shell: bash
150150
- name: Upload artifact
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v6
152152
with:
153153
name: bindings-${{ matrix.settings.target }}
154154
path: ${{ env.APP_NAME }}.*.node
@@ -194,7 +194,7 @@ jobs:
194194
rm -rf target
195195
rm -rf .pnpm/cache
196196
- name: Upload artifact
197-
uses: actions/upload-artifact@v4
197+
uses: actions/upload-artifact@v6
198198
with:
199199
name: bindings-freebsd
200200
path: ${{ env.APP_NAME }}.*.node
@@ -236,7 +236,7 @@ jobs:
236236
- name: Install dependencies
237237
run: pnpm install
238238
- name: Download artifacts
239-
uses: actions/download-artifact@v5
239+
uses: actions/download-artifact@v7
240240
with:
241241
name: bindings-${{ matrix.settings.target }}
242242
path: .
@@ -273,7 +273,7 @@ jobs:
273273
- name: Install dependencies
274274
run: pnpm install
275275
- name: Download artifacts
276-
uses: actions/download-artifact@v5
276+
uses: actions/download-artifact@v7
277277
with:
278278
name: bindings-x86_64-unknown-linux-gnu
279279
path: .
@@ -319,7 +319,7 @@ jobs:
319319
pnpm config set supportedArchitectures.libc "musl"
320320
pnpm install
321321
- name: Download artifacts
322-
uses: actions/download-artifact@v5
322+
uses: actions/download-artifact@v7
323323
with:
324324
name: bindings-x86_64-unknown-linux-musl
325325
path: .
@@ -356,7 +356,7 @@ jobs:
356356
version: 10
357357
run_install: false
358358
- name: Download artifacts
359-
uses: actions/download-artifact@v5
359+
uses: actions/download-artifact@v7
360360
with:
361361
name: bindings-aarch64-unknown-linux-gnu
362362
path: .
@@ -398,7 +398,7 @@ jobs:
398398
version: 10
399399
run_install: false
400400
- name: Download artifacts
401-
uses: actions/download-artifact@v5
401+
uses: actions/download-artifact@v7
402402
with:
403403
name: bindings-aarch64-unknown-linux-musl
404404
path: .
@@ -445,7 +445,7 @@ jobs:
445445
version: 10
446446
run_install: false
447447
- name: Download artifacts
448-
uses: actions/download-artifact@v5
448+
uses: actions/download-artifact@v7
449449
with:
450450
name: bindings-armv7-unknown-linux-gnueabihf
451451
path: .

0 commit comments

Comments
 (0)