Skip to content

Commit 1982c68

Browse files
Update package.yml
1 parent afa735f commit 1982c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v2
2424

25-
- name: Setup JDK 8
25+
- name: Setup JDK 17
2626
uses: actions/setup-java@v2
2727
with:
28-
java-version: 8
28+
java-version: 17
2929
distribution: 'adopt'
3030

3131
- name: Build with Maven
@@ -35,7 +35,7 @@ jobs:
3535
run: mvn -B package --file pom.xml
3636

3737
- name: Upload WAR file as artifact
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: TM-API
4141
path: target/tmapi-v1.0.war

0 commit comments

Comments
 (0)