Skip to content

Commit f5fd9b1

Browse files
committed
Update push.yml
1 parent dba57cf commit f5fd9b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
Configuration: [Release]
1818
Platform: [x86, x64]
1919
steps:
20-
- uses: actions/checkout@v3.5.2
20+
- uses: actions/checkout@v4.1.1
2121
with:
2222
fetch-depth: 0
2323
- name: Setup MSBuild
24-
uses: microsoft/setup-msbuild@v1.3.1
24+
uses: microsoft/setup-msbuild@v2
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@v3.1.2
43+
uses: actions/upload-artifact@v4.3.1
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: tanyagray/action-[email protected].3
50+
uses: Czuz/[email protected]
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
with:

0 commit comments

Comments
 (0)