File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 using : " composite"
4646 steps :
4747 - name : Setup Java 17
48- uses : actions/setup-java@v4
48+ uses : actions/setup-java@v5
4949 with :
5050 java-version : 17
5151 distribution : adopt
6666 env :
6767 SECRETS_GPG_COMMAND : gpg2
6868 - name : Setup Gradle
69- uses : gradle/actions/setup-gradle@v4
69+ uses : gradle/actions/setup-gradle@v5
7070 with :
7171 cache-read-only : ${{ inputs.gradle-cache-read-only }}
7272 gradle-home-cache-strict-match : true
8888 subject-path : ${{ inputs.upload-path }}
8989 - name : Upload artifacts
9090 if : ${{ !(inputs.skip-upload == 'true') }}
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v5
9292 with :
9393 name : ${{ inputs.upload-name }}
9494 path : ${{ inputs.upload-path }}
Original file line number Diff line number Diff line change 4949 gradle-home-cache-strict-match : true
5050
5151 - name : Cache AVDs
52- uses : actions/cache@v4
52+ uses : actions/cache@v5
5353 id : avd-cache
5454 with :
5555 path : |
7979 script : ./gradlew connectedCheck
8080
8181 - name : Upload test results
82- uses : actions/upload-artifact@v5
82+ uses : actions/upload-artifact@v6
8383 if : always()
8484 with :
8585 name : instr-api${{ matrix.api-level }}-${{ steps.date.outputs.now }}
You can’t perform that action at this time.
0 commit comments