File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 timeout-minutes : 15
1414
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-java@v4
16+ - uses : actions/checkout@v5
17+ - uses : actions/setup-java@v5
1818 with :
1919 distribution : ' temurin'
20- java-version : ' 21 '
20+ java-version : ' 25 '
2121 - name : Grant execute permission for gradlew
2222 run : chmod +x gradlew
2323 - name : Setup Gradle
24- uses : gradle/actions/setup-gradle@v4
24+ uses : gradle/actions/setup-gradle@v5
2525 - name : Build with Gradle
2626 run : ./gradlew build
2727 - name : Read Project Version
3333 - name : Upload Artifact
3434 env :
3535 project_version : ${{ steps.read_properties.outputs.value }}
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v5
3737 with :
3838 name : build_artifacts
3939 path : build/libs/*
You can’t perform that action at this time.
0 commit comments