99 MACOSX_DEPLOYMENT_TARGET : " 10.9"
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 - name : Download LuaJIT
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 repository : LuaJIT/LuaJIT
1717 ref : v2.1
4141 run : ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
4242 - name : Artifact
4343 if : always()
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : https-macos.zip
4747 path : build/src/**/https.so
6767 artifact : 1
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@v3
70+ uses : actions/checkout@v4
7171 - name : Update APT Repository
7272 run : sudo apt-get update
7373 - name : Install Dependencies
8686 run : luajit -l "https" ../example/test.lua
8787 - name : Artifact
8888 if : matrix.mode.artifact == 1
89- uses : actions/upload-artifact@v3
89+ uses : actions/upload-artifact@v4
9090 with :
9191 name : https-ubuntu.zip
9292 path : install/https.so
@@ -103,9 +103,9 @@ jobs:
103103 shell : cmd
104104 steps :
105105 - name : Checkout
106- uses : actions/checkout@v3
106+ uses : actions/checkout@v4
107107 - name : Download LuaJIT
108- uses : actions/checkout@v3
108+ uses : actions/checkout@v4
109109 with :
110110 repository : LuaJIT/LuaJIT
111111 ref : v2.1
@@ -126,7 +126,7 @@ jobs:
126126 run : ..\LuaJIT\src\luajit ..\example\test.lua
127127 - name : Artifact
128128 if : always()
129- uses : actions/upload-artifact@v3
129+ uses : actions/upload-artifact@v4
130130 with :
131131 name : https-windows-${{ matrix.arch }}.zip
132132 path : install/https.dll
0 commit comments