Skip to content

Commit 8fb2c2e

Browse files
authored
Bump actions/upload-artifact
1 parent a891996 commit 8fb2c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
- name: Upload luac.cross
5252
if: ${{ success() }}
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
5656
path: luac.cross
@@ -74,7 +74,7 @@ jobs:
7474
shell: cmd
7575
- name: Upload luac.cross
7676
if: ${{ success() }}
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: luac.cross_51_float_win
8080
path: luac.cross.exe

0 commit comments

Comments
 (0)