File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
Configuration : [Release]
18
18
Platform : [x86, x64]
19
19
steps :
20
- - uses : actions/checkout@v3.5.2
20
+ - uses : actions/checkout@v4.1.1
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Setup MSBuild
24
- uses : microsoft/setup-msbuild@v1.3.1
24
+ uses : microsoft/setup-msbuild@v2
25
25
- name : MSBuild
26
26
shell : cmd
27
27
run : |
@@ -40,14 +40,14 @@ jobs:
40
40
41
41
7z a -t7z -m0=LZMA2:d=96m:fb=273 -mx=9 -mmt=2 ..\..\%ARTIFACT_NAME% .\
42
42
- name : Upload OGSR artifact
43
- uses : actions/upload-artifact@v3.1.2
43
+ uses : actions/upload-artifact@v4.3.1
44
44
with :
45
45
name : LuaJIT_${{ matrix.Platform }}_2.1.${{ github.run_number }}_${{ matrix.Configuration }}.7z
46
46
path : .\LuaJIT_${{ matrix.Platform }}_2.1.${{ github.run_number }}_${{ matrix.Configuration }}.7z
47
47
48
48
- name : Upload release asset
49
49
if : github.event_name == 'release'
50
- uses :
tanyagray/action- [email protected] .3
50
+
51
51
env :
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
53
with :
You can’t perform that action at this time.
0 commit comments