File tree Expand file tree Collapse file tree 24 files changed +44
-44
lines changed
AdvancedStateAndSideEffectsCodelab/app
PerformanceCodelab/gradle Expand file tree Collapse file tree 24 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 run : ./gradlew assembleDebug lintDebug --stacktrace
4343
4444 - name : Upload build outputs (APKs)
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : build-outputs
4848 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4949
5050 - name : Upload build reports
5151 if : always()
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : build-reports
5555 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 run : ./gradlew assembleDebug lintDebug --stacktrace
4242
4343 - name : Upload build outputs (APKs)
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : build-outputs
4747 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4848
4949 - name : Upload build reports
5050 if : always()
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : build-reports
5454 path : ${{ env.SAMPLE_PATH }}/app/build/reports
9696
9797 - name : Upload test reports
9898 if : always()
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v5
100100 with :
101101 name : test-reports-state-${{ matrix.api-level }}
102102 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 run : ./gradlew assembleDebug lintDebug --stacktrace
4242
4343 - name : Upload build outputs (APKs)
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : build-outputs
4747 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4848
4949 - name : Upload build reports
5050 if : always()
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : build-reports
5454 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 run : ./gradlew assembleDebug lintDebug --stacktrace
4242
4343 - name : Upload build outputs (APKs)
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : build-outputs
4747 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4848
4949 - name : Upload build reports
5050 if : always()
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : build-reports
5454 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 run : ./gradlew assembleDebug lintDebug --stacktrace
4242
4343 - name : Upload build outputs (APKs)
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : build-outputs
4747 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4848
4949 - name : Upload build reports
5050 if : always()
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : build-reports
5454 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 run : ./gradlew assembleDebug lintDebug --stacktrace
4242
4343 - name : Upload build outputs (APKs)
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : build-outputs
4747 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4848
4949 - name : Upload build reports
5050 if : always()
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : build-reports
5454 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 run : ./gradlew assembleDebug lintDebug --stacktrace
4242
4343 - name : Upload build outputs (APKs)
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : build-outputs
4747 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4848
4949 - name : Upload build reports
5050 if : always()
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : build-reports
5454 path : ${{ env.SAMPLE_PATH }}/app/build/reports
9595
9696 - name : Upload test reports
9797 if : always()
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : test-reports-migration-${{ matrix.api-level }}
101101 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 run : ./gradlew assembleDebug lintDebug --stacktrace
4343
4444 - name : Upload build outputs (APKs)
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : build-outputs
4848 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4949
5050 - name : Upload build reports
5151 if : always()
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : build-reports
5555 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 run : ./gradlew assembleDebug lintDebug --stacktrace
4343
4444 - name : Upload build outputs (APKs)
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : build-outputs
4848 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4949
5050 - name : Upload build reports
5151 if : always()
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : build-reports
5555 path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 run : ./gradlew assembleDebug lintDebug --stacktrace
4242
4343 - name : Upload build outputs (APKs)
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : build-outputs
4747 path : ${{ env.SAMPLE_PATH }}/app/build/outputs
4848
4949 - name : Upload build reports
5050 if : always()
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : build-reports
5454 path : ${{ env.SAMPLE_PATH }}/app/build/reports
You can’t perform that action at this time.
0 commit comments