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 0a64183Copy full SHA for 0a64183
.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
@@ -230,7 +230,7 @@ jobs:
230
matrix:
231
include:
232
- os: 'linux'
233
- vm: 'ubuntu-20.04'
+ vm: 'ubuntu-22.04'
234
- os: 'windows'
235
vm: 'windows-latest'
236
runs-on: ${{ matrix.vm }}
0 commit comments