3535 - name : Generate cache key
3636 run : ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737
38- - uses : actions/cache@v3
38+ - uses : actions/cache@v4
3939 with :
4040 path : |
4141 ~/.gradle/caches/modules-*
@@ -48,14 +48,14 @@ jobs:
4848 run : ./gradlew assembleDebug lintDebug --stacktrace
4949
5050 - name : Upload build outputs (APKs)
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : build-outputs
5454 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
5555
5656 - name : Upload build reports
5757 if : always()
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : build-reports
6161 path : ${{ env.SAMPLE_PATH }}/app/build/reports
8484 - name : Generate cache key
8585 run : ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
8686
87- - uses : actions/cache@v3
87+ - uses : actions/cache@v4
8888 with :
8989 path : |
9090 ~/.gradle/caches/modules-*
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Upload test reports
106106 if : always()
107- uses : actions/upload-artifact@v3
107+ uses : actions/upload-artifact@v4
108108 with :
109109 name : test-reports
110110 path : ${{ env.SAMPLE_PATH }}/app/build/reports
0 commit comments