We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2a2a1 commit 1565497Copy full SHA for 1565497
1 file changed
.github/workflows/maven.yml
@@ -15,16 +15,16 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
19
- - name: Set up JDK 16
20
- uses: actions/setup-java@v3
+ - uses: actions/checkout@v4
+ - name: Set up JDK
+ uses: actions/setup-java@v4
21
with:
22
- java-version: '16'
+ java-version: '21'
23
distribution: 'temurin'
24
cache: maven
25
- name: Build with Maven
26
run: mvn -B package --file pom.xml
27
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
28
29
name: Artifacts
30
path: target
0 commit comments