File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : macos-latest
9
9
steps :
10
10
- name : Checkout last commit
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
submodules : true
14
14
20
20
run : ./action-build.sh package
21
21
22
22
- name : Upload Squirrel artifact
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : Squirrel-${{ env.git_ref_name }}.zip
26
26
path : package/*.pkg
Original file line number Diff line number Diff line change 5
5
runs-on : macos-latest
6
6
steps :
7
7
- name : Checkout last commit
8
- uses : actions/checkout@v3
8
+ uses : actions/checkout@v4
9
9
with :
10
10
submodules : true
11
11
17
17
run : ./action-build.sh package
18
18
19
19
- name : Upload Squirrel artifact
20
- uses : actions/upload-artifact@v3
20
+ uses : actions/upload-artifact@v4
21
21
with :
22
22
name : Squirrel-${{ env.git_ref_name }}.zip
23
23
path : package/*.pkg
Original file line number Diff line number Diff line change 10
10
SQUIRREL_BUNDLED_RECIPES : ' lotem/rime-octagram-data lotem/rime-octagram-data@hant'
11
11
steps :
12
12
- name : Checkout last commit
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
submodules : true
You can’t perform that action at this time.
0 commit comments