File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
os :
11
11
- windows-latest
12
- - macos-latest
12
+ - macos-latest-large
13
13
- ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Setup JDK 11
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
distribution : ' adopt'
22
22
java-version : ' 11'
@@ -46,10 +46,10 @@ jobs:
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
51
51
- name : Setup JDK 11
52
- uses : actions/setup-java@v3
52
+ uses : actions/setup-java@v4
53
53
with :
54
54
distribution : ' adopt'
55
55
java-version : ' 11'
61
61
run : ./gradlew buildPlugin
62
62
63
63
- name : Upload
64
- uses : actions/upload-artifact@v3
64
+ uses : actions/upload-artifact@v4
65
65
with :
66
66
name : build-${{ github.run_id }}
67
67
path : build/mirai/*
You can’t perform that action at this time.
0 commit comments