File tree Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Download artifact
15- uses : actions/download-artifact@v4
15+ uses : actions/download-artifact@v5
1616 with :
1717 pattern : artifact-${{ inputs.platform }}*
1818 merge-multiple : true
Original file line number Diff line number Diff line change 5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Download artifact
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v5
5454 with :
5555 pattern : artifact-librime*
5656 merge-multiple : true
Original file line number Diff line number Diff line change 6868 runs-on : ubuntu-latest
6969 steps :
7070 - name : Download artifact
71- uses : actions/download-artifact@v4
71+ uses : actions/download-artifact@v5
7272 with :
7373 pattern : artifact-harmony*
7474 merge-multiple : true
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : macos-15
13+ runs-on : macos-26
1414 strategy :
1515 fail-fast : false
1616 matrix :
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Download artifact
82- uses : actions/download-artifact@v4
82+ uses : actions/download-artifact@v5
8383 with :
8484 pattern : artifact-ios*
8585 merge-multiple : true
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : macos-15
13+ runs-on : macos-26
1414 strategy :
1515 fail-fast : false
1616 matrix :
3939 brew install \
4040 extra-cmake-modules \
4141 autoconf automake libtool autoconf-archive \
42- bison vala \
43- ninja || true # ignore brew link python error
42+ bison vala || true # ignore brew link python error
4443 pip install -r requirements.txt
4544 echo /opt/homebrew/opt/bison/bin >> $GITHUB_PATH
4645
8180 runs-on : ubuntu-latest
8281 steps :
8382 - name : Download artifact
84- uses : actions/download-artifact@v4
83+ uses : actions/download-artifact@v5
8584 with :
8685 pattern : artifact-macos*
8786 merge-multiple : true
Original file line number Diff line number Diff line change 6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Download artifact
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v5
6565 with :
6666 pattern : artifact-windows*
6767 merge-multiple : true
You can’t perform that action at this time.
0 commit comments