Skip to content

Commit 4f610eb

Browse files
authored
Parse pre-5.2 Unihan (#1026)
1 parent 1ae1898 commit 4f610eb

File tree

9 files changed

+266294
-45711
lines changed

9 files changed

+266294
-45711
lines changed

.github/workflows/cli-build-instructions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176

177177
- name: Upload UnicodeTestResults artifact
178178
if: always()
179-
uses: actions/upload-artifact@v3
179+
uses: actions/upload-artifact@v4
180180
with:
181181
name: unicode-test-results
182182
path: |

.github/workflows/push-jsp-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
- name: Upload UnicodeJsps.war
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: UnicodeJsps
5555
path: UnicodeJsps/target/UnicodeJsps.war

0 commit comments

Comments
 (0)