Skip to content

Commit e053f99

Browse files
committed
Merge remote-tracking branch 'origin/ver/1.12.2' into ver/1.12.2
2 parents d1e6a95 + 229bd4f commit e053f99

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/dev-build.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up JDK 8
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: 8
19+
distribution: "temurin"
1920

20-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2122
with:
2223
path: ~/.m2/repository
2324
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -34,7 +35,7 @@ jobs:
3435
chmod +x ./beast
3536
./beast jar
3637
37-
- uses: actions/upload-artifact@v2
38+
- uses: actions/upload-artifact@v4
3839
with:
3940
name: Beast-JDK8
40-
path: ./Beast-Server/target/beast-1.12.2.jar
41+
path: ./Beast-Server/target/beast-1.12.2.jar

0 commit comments

Comments
 (0)