Skip to content

Commit 48a9218

Browse files
committed
Update push.yml
1 parent 8551f3b commit 48a9218

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
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@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:

0 commit comments

Comments
 (0)