Skip to content

Commit a1cf20c

Browse files
committed
update build
1 parent 0d0d6b3 commit a1cf20c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
2828
shell: bash
2929
- name: Node.js
30-
uses: actions/setup-node@v3
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: 20.x
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- name: Build-windows
3535
if: startsWith(matrix.os, 'windows')
3636
run: |
@@ -62,7 +62,7 @@ jobs:
6262
6363
6464
- name: Upload
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: ${{ matrix.platform }}
6868
path: ${{ github.workspace }}/artifact/bin
@@ -119,7 +119,7 @@ jobs:
119119
directory: darwin-arm64
120120
path: emmy_core.dylib
121121
- name: Release
122-
uses: softprops/action-gh-release@v1
122+
uses: softprops/action-gh-release@v2
123123
if: startsWith(github.ref, 'refs/tags/')
124124
with:
125125
name: EmmyLuaDebugger

0 commit comments

Comments
 (0)