Skip to content

Commit 35230a6

Browse files
committed
chore: update actions/upload-artifact for deprecated version
1 parent 353a43d commit 35230a6

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
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
push:
1111
branches:
12-
- master
12+
- fix/ci
1313
tags-ignore:
1414
- '**'
1515
paths-ignore:
@@ -141,7 +141,7 @@ jobs:
141141
if: ${{ !matrix.settings.docker }}
142142
shell: bash
143143
- name: Upload artifact
144-
uses: actions/upload-artifact@v3
144+
uses: actions/upload-artifact@v4
145145
with:
146146
name: ${{ env.APP_NAME }}.${{ matrix.settings.name }}.node
147147
path: crates/node_binding/${{ env.APP_NAME }}.*.node
@@ -168,7 +168,7 @@ jobs:
168168
- name: Combine binaries
169169
run: cd crates/node_binding && pnpm universal
170170
- name: Upload artifact
171-
uses: actions/upload-artifact@v3
171+
uses: actions/upload-artifact@v4
172172
with:
173173
name: ${{ env.APP_NAME }}.darwin-universal.node
174174
path: crates/node_binding/${{ env.APP_NAME }}.*.node

0 commit comments

Comments
 (0)