Skip to content

Commit 2dd4941

Browse files
committed
transfer fcitx/fcitx5-online
1 parent df36b0c commit 2dd4941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919

20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v6
2121
with:
2222
node-version: 24.x
2323

@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Embed fcitx5-online
3030
run: |
31-
wget https://github.com/fcitx-contrib/fcitx5-online/releases/download/latest/fcitx5-online.zip
31+
wget https://github.com/fcitx/fcitx5-online/releases/download/latest/fcitx5-online.zip
3232
unzip fcitx5-online.zip
3333
mv fcitx5-online public/online
3434

0 commit comments

Comments
 (0)