File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ jobs:
9191 -x collectProdNonMinifiedBenchmarkBaselineProfile
9292
9393 - name : Upload build outputs (APKs)
94- uses : actions/upload-artifact@v3
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : APKs
9797 path : ' **/build/outputs/apk/**/*.apk'
9898
9999 - name : Upload test results (XML)
100100 if : always()
101- uses : actions/upload-artifact@v3
101+ uses : actions/upload-artifact@v4
102102 with :
103103 name : test-results
104104 path : ' **/build/test-results/test*UnitTest/**.xml'
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Upload lint reports (HTML)
110110 if : always()
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : lint-reports
114114 path : ' **/build/reports/lint-results-*.html'
@@ -154,7 +154,7 @@ jobs:
154154
155155 - name : Upload test reports
156156 if : always()
157- uses : actions/upload-artifact@v3
157+ uses : actions/upload-artifact@v4
158158 with :
159159 name : test-reports-${{ matrix.api-level }}
160160 path : ' **/build/reports/androidTests'
You can’t perform that action at this time.
0 commit comments