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@v6
97+ uses : actions/upload-artifact@v7
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@v6
56+ uses : actions/upload-artifact@v7
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@v6
47+ uses : actions/upload-artifact@v7
4848 with :
4949 name : ${{env.APK_ARTIFACT_NAME}}
5050 path : " ${{env.BASE_PATH}}/${{env.BUILD_PATH}}/${{env.APK_NAME}}"
@@ -141,7 +141,7 @@ jobs:
141141
142142 - name : Upload Maestro test results
143143 if : ${{ always() }}
144- uses : actions/upload-artifact@v6
144+ uses : actions/upload-artifact@v7
145145 with :
146146 name : maestro-logs-${{ matrix.api-level }}-${{ matrix.arch }}-${{ matrix.target }}
147147 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@v6
35+ uses : actions/upload-artifact@v7
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@v6
153+ uses : actions/upload-artifact@v7
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@v6
153+ uses : actions/upload-artifact@v7
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@v6
154+ uses : actions/upload-artifact@v7
155155 with :
156156 name : test-results-springboot-4-${{ matrix.springboot-version }}
157157 path : |
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Upload test results
155155 if : always()
156- uses : actions/upload-artifact@v6
156+ uses : actions/upload-artifact@v7
157157 with :
158158 name : test-results-${{ matrix.sample }}-${{ matrix.agent }}-${{ matrix.agent-auto-init }}-system-test
159159 path : |
You can’t perform that action at this time.
0 commit comments