mirror of
https://github.com/VigorousPro/TS3-Translation_zh-CN
synced 2024-12-29 02:35:09 +08:00
Try Update Github Action Dependencies
This commit is contained in:
parent
30a965e6c5
commit
a046316704
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
Chinese_Translation_zh-CN.ts3_translation
|
Chinese_Translation_zh-CN.ts3_translation
|
||||||
|
|
||||||
- name: Upload mappings
|
- name: Upload mappings
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Chinese_Translation_zh-CN.ts3_translation
|
name: Chinese_Translation_zh-CN.ts3_translation
|
||||||
path: Chinese_Translation_zh-CN.ts3_translation
|
path: Chinese_Translation_zh-CN.ts3_translation
|
||||||
|
Loading…
Reference in New Issue
Block a user