Skip to content

Commit b454e61

Browse files
chore(deps): update github artifact actions
1 parent 4b2ed98 commit b454e61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: ${{ !matrix.settings.docker }}
113113
shell: bash
114114
- name: Upload artifact
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v5
116116
with:
117117
name: bindings-${{ matrix.settings.target }}
118118
path: |
@@ -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@v6
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@v6
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@v6
266266
with:
267267
path: artifacts
268268
- name: Move artifacts

0 commit comments

Comments
 (0)