Skip to content

Commit 1565497

Browse files
authored
Fix CI (#439)
* Update maven.yml * Fix typo * Use Java 21 * Update maven.yml
1 parent ed2a2a1 commit 1565497

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
19-
- name: Set up JDK 16
20-
uses: actions/setup-java@v3
18+
- uses: actions/checkout@v4
19+
- name: Set up JDK
20+
uses: actions/setup-java@v4
2121
with:
22-
java-version: '16'
22+
java-version: '21'
2323
distribution: 'temurin'
2424
cache: maven
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: Artifacts
3030
path: target

0 commit comments

Comments
 (0)