Skip to content

Commit 9f399ff

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 8b7d698 commit 9f399ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
cache: pnpm
147147
architecture: x64
148148
- run: pnpm install
149-
- uses: actions/download-artifact@v4
149+
- uses: actions/download-artifact@v5
150150
with:
151151
name: bindings-${{ matrix.settings.target }}
152152
path: .
@@ -190,7 +190,7 @@ jobs:
190190
cache: pnpm
191191
- name: Install dependencies
192192
run: pnpm install
193-
- uses: actions/download-artifact@v4
193+
- uses: actions/download-artifact@v5
194194
with:
195195
name: bindings-${{ matrix.settings.target }}
196196
path: .
@@ -262,7 +262,7 @@ jobs:
262262
- name: Install dependencies
263263
run: pnpm install
264264
- name: Download all artifacts
265-
uses: actions/download-artifact@v4
265+
uses: actions/download-artifact@v5
266266
with:
267267
path: artifacts
268268
- name: Move artifacts

0 commit comments

Comments
 (0)