File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,12 @@ jobs:
162
162
- name : Pnpm Cache # Required by some tests
163
163
uses : ./.github/actions/pnpm-cache
164
164
- name : Download macOS x64 artifact
165
- uses : actions/download-artifact@v3
165
+ uses : actions/download-artifact@v4
166
166
with :
167
167
name : ${{ env.APP_NAME }}.darwin-x64.node
168
168
path : crates/node_binding/artifacts
169
169
- name : Download macOS arm64 artifact
170
- uses : actions/download-artifact@v3
170
+ uses : actions/download-artifact@v4
171
171
with :
172
172
name : ${{ env.APP_NAME }}.darwin-arm64.node
173
173
path : crates/node_binding/artifacts
@@ -189,7 +189,7 @@ jobs:
189
189
- name : Pnpm Cache # Required by some tests
190
190
uses : ./.github/actions/pnpm-cache
191
191
- name : Download all artifacts
192
- uses : actions/download-artifact@v3
192
+ uses : actions/download-artifact@v4
193
193
with :
194
194
path : crates/node_binding/artifacts
195
195
- name : Move artifacts
You can’t perform that action at this time.
0 commit comments