File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 run : ./gradlew assembleDebug lintDebug --stacktrace
4949
5050 - name : Upload build outputs (APKs)
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v3
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@v4
58+ uses : actions/upload-artifact@v3
5959 with :
6060 name : build-reports
6161 path : ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Upload test reports
106106 if : always()
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v3
108108 with :
109109 name : test-reports
110110 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 run : ./gradlew assembleDebug lintDebug --stacktrace
4949
5050 - name : Upload build outputs (APKs)
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v3
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@v4
58+ uses : actions/upload-artifact@v3
5959 with :
6060 name : build-reports
6161 path : ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Upload test reports
106106 if : always()
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v3
108108 with :
109109 name : test-reports
110110 path : ${{ env.SAMPLE_PATH }}/app/build/reports
You can’t perform that action at this time.
0 commit comments