Skip to content

Commit a352556

Browse files
committed
fix: ci
1 parent d17b081 commit a352556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ jobs:
162162
- name: Pnpm Cache # Required by some tests
163163
uses: ./.github/actions/pnpm-cache
164164
- name: Download macOS x64 artifact
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4
166166
with:
167167
name: ${{ env.APP_NAME }}.darwin-x64.node
168168
path: crates/node_binding/artifacts
169169
- name: Download macOS arm64 artifact
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4
171171
with:
172172
name: ${{ env.APP_NAME }}.darwin-arm64.node
173173
path: crates/node_binding/artifacts
@@ -189,7 +189,7 @@ jobs:
189189
- name: Pnpm Cache # Required by some tests
190190
uses: ./.github/actions/pnpm-cache
191191
- name: Download all artifacts
192-
uses: actions/download-artifact@v3
192+
uses: actions/download-artifact@v4
193193
with:
194194
path: crates/node_binding/artifacts
195195
- name: Move artifacts

0 commit comments

Comments
 (0)