File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9494
9595 - name : Upload test results
9696 if : always()
97- uses : actions/upload-artifact@v5
97+ uses : actions/upload-artifact@v6
9898 with :
9999 name : test-results-AGP${{ matrix.agp }}-Integrations${{ matrix.integrations }}
100100 path : |
Original file line number Diff line number Diff line change 5353
5454 - name : Upload test results
5555 if : always()
56- uses : actions/upload-artifact@v5
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : test-results-build
5959 path : |
Original file line number Diff line number Diff line change 4444 run : make assembleUiTestCriticalRelease
4545
4646 - name : Upload APK artifact
47- uses : actions/upload-artifact@v5
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : ${{env.APK_ARTIFACT_NAME}}
5050 path : " ${{env.BASE_PATH}}/${{env.BUILD_PATH}}/${{env.APK_NAME}}"
@@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Upload Maestro test results
139139 if : failure()
140- uses : actions/upload-artifact@v5
140+ uses : actions/upload-artifact@v6
141141 with :
142142 name : maestro-logs
143143 path : " ${{env.BASE_PATH}}/maestro-logs"
Original file line number Diff line number Diff line change 3232 run : make publish
3333
3434 - name : Upload artifacts
35- uses : actions/upload-artifact@v5
35+ uses : actions/upload-artifact@v6
3636 with :
3737 name : ${{ github.sha }}
3838 if-no-files-found : error
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Upload test results
152152 if : always()
153- uses : actions/upload-artifact@v5
153+ uses : actions/upload-artifact@v6
154154 with :
155155 name : test-results-springboot-2-${{ matrix.springboot-version }}
156156 path : |
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Upload test results
152152 if : always()
153- uses : actions/upload-artifact@v5
153+ uses : actions/upload-artifact@v6
154154 with :
155155 name : test-results-springboot-3-${{ matrix.springboot-version }}
156156 path : |
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Upload test results
153153 if : always()
154- uses : actions/upload-artifact@v5
154+ uses : actions/upload-artifact@v6
155155 with :
156156 name : test-results-springboot-4-${{ matrix.springboot-version }}
157157 path : |
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Upload test results
149149 if : always()
150- uses : actions/upload-artifact@v5
150+ uses : actions/upload-artifact@v6
151151 with :
152152 name : test-results-${{ matrix.sample }}-${{ matrix.agent }}-${{ matrix.agent-auto-init }}-system-test
153153 path : |
You can’t perform that action at this time.
0 commit comments