Skip to content

Commit e3c3b3f

Browse files
chore(deps): update github artifact actions
1 parent 568db1c commit e3c3b3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: ${{ !matrix.settings.docker }}
104104
shell: bash
105105
- name: Upload artifact
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: bindings-${{ matrix.settings.target }}
109109
path: |
@@ -137,7 +137,7 @@ jobs:
137137
cache: pnpm
138138
architecture: x64
139139
- run: pnpm install
140-
- uses: actions/download-artifact@v4
140+
- uses: actions/download-artifact@v8
141141
with:
142142
name: bindings-${{ matrix.settings.target }}
143143
path: .
@@ -181,7 +181,7 @@ jobs:
181181
cache: pnpm
182182
- name: Install dependencies
183183
run: pnpm install
184-
- uses: actions/download-artifact@v4
184+
- uses: actions/download-artifact@v8
185185
with:
186186
name: bindings-${{ matrix.settings.target }}
187187
path: .
@@ -254,7 +254,7 @@ jobs:
254254
- name: Install dependencies
255255
run: pnpm install
256256
- name: Download all artifacts
257-
uses: actions/download-artifact@v4
257+
uses: actions/download-artifact@v8
258258
with:
259259
path: artifacts
260260
- name: Move artifacts

0 commit comments

Comments
 (0)