File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 options : ['', '-Dshowdown']
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - uses : scheibo/build-zig@main
2424 with :
2525 patch-file : zig.patch
3434 node src/bin/install-pkmn-engine --options="-Dshowdown -Dlog -Dchance -Dcalc"
3535 npm run integration -- --gen=${{matrix.gen}} --duration=15m --maxFailures=5 --debug=false
3636 if: ${{ matrix.options != '' }}
37- - uses : actions/upload-artifact@v4
37+ - uses : actions/upload-artifact@v6
3838 if : failure()
3939 with :
4040 name : logs
Original file line number Diff line number Diff line change 1313 needs : test
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-node@v4
16+ - uses : actions/checkout@v6
17+ - uses : actions/setup-node@v6
1818 with :
1919 node-version : 24
2020 registry-url : ' https://registry.npmjs.org'
2424 patch-file : zig.patch
2525 - run : npm install --ignore-scripts
2626 - run : npm run release
27+ env :
28+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 zig : local
2424 runs-on : ${{matrix.os}}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 # NOTE: we rely on npm postinstall-ed zig for local zig
28- - uses : goto-bus-stop /setup-zig@default
28+ - uses : mlugg /setup-zig@v2
2929 if : ${{ matrix.zig != 'local' }}
3030 with :
3131 version : ${{matrix.zig}}
You can’t perform that action at this time.
0 commit comments