We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a891996 commit 8fb2c2eCopy full SHA for 8fb2c2e
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
shell: bash
51
- name: Upload luac.cross
52
if: ${{ success() }}
53
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
54
with:
55
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
56
path: luac.cross
@@ -74,7 +74,7 @@ jobs:
74
shell: cmd
75
76
77
78
79
name: luac.cross_51_float_win
80
path: luac.cross.exe
0 commit comments