Skip to content

Commit b641d19

Browse files
authored
emscripten 4.0.18 (#79)
1 parent ef629ef commit b641d19

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
needs: lint
3636
env:
37-
EMSCRIPTEN_VERSION: '4.0.17'
37+
EMSCRIPTEN_VERSION: '4.0.18'
3838
strategy:
3939
fail-fast: false
4040
matrix:
@@ -100,7 +100,7 @@ jobs:
100100
-f ../../../fcitx5-js-dev.tar.bz2 include lib
101101
102102
- name: Upload artifact
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v5
104104
with:
105105
name: artifact-${{ matrix.os }}
106106
path: |
@@ -128,7 +128,7 @@ jobs:
128128
needs: build
129129
steps:
130130
- name: Download artifact
131-
uses: actions/download-artifact@v5
131+
uses: actions/download-artifact@v6
132132
with:
133133
pattern: artifact-ubuntu-24.04
134134
merge-multiple: true

.github/workflows/compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Download artifact built on Ubuntu
11-
uses: actions/download-artifact@v5
11+
uses: actions/download-artifact@v6
1212
with:
1313
pattern: artifact-ubuntu-24.04
1414
merge-multiple: true
@@ -22,7 +22,7 @@ jobs:
2222
mv fcitx5-js-dev.tar.bz2 fcitx5-js-dev-ubuntu.tar.bz2
2323
2424
- name: Download artifact built on macOS
25-
uses: actions/download-artifact@v5
25+
uses: actions/download-artifact@v6
2626
with:
2727
pattern: artifact-macos*
2828
merge-multiple: true

0 commit comments

Comments
 (0)