Skip to content

Commit a06abdc

Browse files
Bambooinlotem
authored andcommitted
ci: upgrade github action to v4
This will dismiss the warning of deprecated Node.js 16 > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1 parent ed4863f commit a06abdc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/commit-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macos-latest
99
steps:
1010
- name: Checkout last commit
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
submodules: true
1414

@@ -20,7 +20,7 @@ jobs:
2020
run: ./action-build.sh package
2121

2222
- name: Upload Squirrel artifact
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: Squirrel-${{ env.git_ref_name }}.zip
2626
path: package/*.pkg

.github/workflows/pull-request-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: macos-latest
66
steps:
77
- name: Checkout last commit
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v4
99
with:
1010
submodules: true
1111

@@ -17,7 +17,7 @@ jobs:
1717
run: ./action-build.sh package
1818

1919
- name: Upload Squirrel artifact
20-
uses: actions/upload-artifact@v3
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: Squirrel-${{ env.git_ref_name }}.zip
2323
path: package/*.pkg

.github/workflows/release-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
SQUIRREL_BUNDLED_RECIPES: 'lotem/rime-octagram-data lotem/rime-octagram-data@hant'
1111
steps:
1212
- name: Checkout last commit
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
submodules: true

0 commit comments

Comments
 (0)