File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 matrix :
1010 os :
1111 - windows-latest
12- - macos-latest
12+ - macos-latest-large
1313 - ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 - name : Setup JDK 11
19- uses : actions/setup-java@v3
19+ uses : actions/setup-java@v4
2020 with :
2121 distribution : ' adopt'
2222 java-version : ' 11'
@@ -46,10 +46,10 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v4
5050
5151 - name : Setup JDK 11
52- uses : actions/setup-java@v3
52+ uses : actions/setup-java@v4
5353 with :
5454 distribution : ' adopt'
5555 java-version : ' 11'
6161 run : ./gradlew buildPlugin
6262
6363 - name : Upload
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : build-${{ github.run_id }}
6767 path : build/mirai/*
You can’t perform that action at this time.
0 commit comments