Skip to content

Commit 531b40c

Browse files
chore: bump up GitHub Artifact Actions
1 parent 15855ea commit 531b40c

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
@@ -133,7 +133,7 @@ jobs:
133133
run: ${{ matrix.settings.build }}
134134
shell: bash
135135
- name: Upload artifact
136-
uses: actions/upload-artifact@v5
136+
uses: actions/upload-artifact@v7
137137
with:
138138
name: bindings-${{ matrix.settings.target }}
139139
path: |
@@ -181,7 +181,7 @@ jobs:
181181
rm -rf target
182182
rm -rf .yarn/cache
183183
- name: Upload artifact
184-
uses: actions/upload-artifact@v5
184+
uses: actions/upload-artifact@v7
185185
with:
186186
name: bindings-freebsd
187187
path: ${{ env.APP_NAME }}.*.node
@@ -221,7 +221,7 @@ jobs:
221221
- name: Install dependencies
222222
run: yarn install
223223
- name: Download artifacts
224-
uses: actions/download-artifact@v6
224+
uses: actions/download-artifact@v8
225225
with:
226226
name: bindings-${{ matrix.settings.target }}
227227
path: .
@@ -279,7 +279,7 @@ jobs:
279279
yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
280280
yarn install
281281
- name: Download artifacts
282-
uses: actions/download-artifact@v6
282+
uses: actions/download-artifact@v8
283283
with:
284284
name: bindings-${{ matrix.target }}
285285
path: .
@@ -316,7 +316,7 @@ jobs:
316316
yarn config set supportedArchitectures.cpu "wasm32"
317317
yarn install
318318
- name: Download artifacts
319-
uses: actions/download-artifact@v6
319+
uses: actions/download-artifact@v8
320320
with:
321321
name: bindings-wasm32-wasip1-threads
322322
path: .
@@ -351,7 +351,7 @@ jobs:
351351
- name: create npm dirs
352352
run: yarn napi create-npm-dirs
353353
- name: Download all artifacts
354-
uses: actions/download-artifact@v6
354+
uses: actions/download-artifact@v8
355355
with:
356356
path: artifacts
357357
- name: Move artifacts

0 commit comments

Comments
 (0)