We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0d6b3 commit a1cf20cCopy full SHA for a1cf20c
1 file changed
.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
27
28
shell: bash
29
- name: Node.js
30
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
31
with:
32
node-version: 20.x
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
- name: Build-windows
35
if: startsWith(matrix.os, 'windows')
36
run: |
@@ -62,7 +62,7 @@ jobs:
62
63
64
- name: Upload
65
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
66
67
name: ${{ matrix.platform }}
68
path: ${{ github.workspace }}/artifact/bin
@@ -119,7 +119,7 @@ jobs:
119
directory: darwin-arm64
120
path: emmy_core.dylib
121
- name: Release
122
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
123
if: startsWith(github.ref, 'refs/tags/')
124
125
name: EmmyLuaDebugger
0 commit comments