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 @@ -58,15 +58,15 @@ jobs:
5858 cmdOptions : -noaudio -no-boot-anim -no-window -metrics-collection
5959 disableAnimations : true
6060 - name : Archive Espresso results
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v5
6262 if : ${{ always() }}
6363 with :
6464 name : MPChart-Espresso-report-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
6565 path : app/build/reports/androidTests/connected
6666 if-no-files-found : error
6767 - name : Archive screenshots
6868 if : ${{ always() }}
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v5
7070 with :
7171 name : MPChart-Screenshots-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
7272 path : |
8484 ./screenShotScript/screenShotCompare.sh
8585 - name : Archive screenshots diffs
8686 if : ${{ always() }}
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 with :
8989 name : MPChart-Screenshots-diffs-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
9090 path : |
@@ -121,7 +121,7 @@ jobs:
121121 - name : Code checks
122122 run : ./gradlew check
123123 - name : Archive Lint report
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v5
125125 if : ${{ always() }}
126126 with :
127127 name : Chart-Lint-report
You can’t perform that action at this time.
0 commit comments