File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
1212 if : ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1313 runs-on : " ubuntu-latest"
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : gradle/wrapper-validation-action@v3
1717 - name : Set up JDK
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : ' temurin'
2121 java-version : 17
2222 - name : " setup gradle"
23- uses : gradle/actions/setup-gradle@v4
23+ uses : gradle/actions/setup-gradle@v5
2424 - name : Build
2525 run : ./gradlew build
2626 - name : Upload Test Results
2727 if : always()
28- uses : actions/upload-artifact@v4
28+ uses : actions/upload-artifact@v6
2929 with :
3030 name : Test Results
3131 path : |
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Upload
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : Event File
6464 path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 2020 actions : read
2121 steps :
2222 - name : Download and Extract Artifacts
23- uses : dawidd6/action-download-artifact@v6
23+ uses : dawidd6/action-download-artifact@v11
2424 with :
2525 run_id : ${{ github.event.workflow_run.id }}
2626 path : artifacts
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
88}
99
1010plugins {
11- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
11+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
1212}
1313
1414dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments