File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
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
You can’t perform that action at this time.
0 commit comments