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 @@ -17,11 +17,11 @@ jobs:
1717 Configuration : [Release]
1818 Platform : [x86, x64]
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3.5.2
2121 with :
2222 fetch-depth : 0
2323 - name : Setup MSBuild
24- uses : microsoft/setup-msbuild@v1
24+ uses : microsoft/setup-msbuild@v1.3.1
2525 - name : MSBuild
2626 shell : cmd
2727 run : |
@@ -40,14 +40,14 @@ jobs:
4040
4141 7z a -t7z -m0=LZMA2:d=96m:fb=273 -mx=9 -mmt=2 ..\..\%ARTIFACT_NAME% .\
4242 - name : Upload OGSR artifact
43- uses : actions/upload-artifact@v2
43+ uses : actions/upload-artifact@v3.1.2
4444 with :
4545 name : LuaJIT_${{ matrix.Platform }}_2.1.${{ github.run_number }}_${{ matrix.Configuration }}.7z
4646 path : .\LuaJIT_${{ matrix.Platform }}_2.1.${{ github.run_number }}_${{ matrix.Configuration }}.7z
4747
4848 - name : Upload release asset
4949 if : github.event_name == 'release'
50- uses : actions/ upload-release-asset@v1.0.2
50+ uses : tanyagray/action- upload-release-asset@v1.1.3
5151 env :
5252 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5353 with :
You can’t perform that action at this time.
0 commit comments