mirror of
https://github.com/VigorousPro/TS3-Translation_zh-CN
synced 2024-12-28 10:15: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
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
Chinese_Translation_zh-CN.ts3_translation
|
||||
|
||||
- name: Upload mappings
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Chinese_Translation_zh-CN.ts3_translation
|
||||
path: Chinese_Translation_zh-CN.ts3_translation
|
||||
|
Loading…
Reference in New Issue
Block a user