File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010
1111 - name : Set up JRE 8 as libs for R8
12- uses : actions/setup-java@v1
12+ uses : actions/setup-java@v3
1313 with :
1414 java-version : 8
15+ distribution : adopt-hotspot
1516
1617 - name : Set up JDK 14 for build
17- uses : actions/setup-java@v1
18+ uses : actions/setup-java@v3
1819 with :
1920 java-version : 14
21+ distribution : adopt-hotspot
2022
2123 - name : Build & test the agent standalone
2224 run : ./gradlew quickTest
2325
2426 - name : Build & test the full distributable
2527 run : ./gradlew distTest
2628
27- - uses : actions/upload-artifact@v2
29+ - uses : actions/upload-artifact@v3
2830 with :
2931 name : distributables
3032 path : build/libs/*-dist.jar
You can’t perform that action at this time.
0 commit comments