9
9
MACOSX_DEPLOYMENT_TARGET : " 10.9"
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Download LuaJIT
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
repository : LuaJIT/LuaJIT
17
17
ref : v2.1
41
41
run : ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
42
42
- name : Artifact
43
43
if : always()
44
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : https-macos.zip
47
47
path : build/src/**/https.so
67
67
artifact : 1
68
68
steps :
69
69
- name : Checkout
70
- uses : actions/checkout@v3
70
+ uses : actions/checkout@v4
71
71
- name : Update APT Repository
72
72
run : sudo apt-get update
73
73
- name : Install Dependencies
86
86
run : luajit -l "https" ../example/test.lua
87
87
- name : Artifact
88
88
if : matrix.mode.artifact == 1
89
- uses : actions/upload-artifact@v3
89
+ uses : actions/upload-artifact@v4
90
90
with :
91
91
name : https-ubuntu.zip
92
92
path : install/https.so
@@ -103,9 +103,9 @@ jobs:
103
103
shell : cmd
104
104
steps :
105
105
- name : Checkout
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
- name : Download LuaJIT
108
- uses : actions/checkout@v3
108
+ uses : actions/checkout@v4
109
109
with :
110
110
repository : LuaJIT/LuaJIT
111
111
ref : v2.1
@@ -126,7 +126,7 @@ jobs:
126
126
run : ..\LuaJIT\src\luajit ..\example\test.lua
127
127
- name : Artifact
128
128
if : always()
129
- uses : actions/upload-artifact@v3
129
+ uses : actions/upload-artifact@v4
130
130
with :
131
131
name : https-windows-${{ matrix.arch }}.zip
132
132
path : install/https.dll
0 commit comments