File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103103 run : scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
104104 - name : Archive Espresso results
105- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
105+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
106106 if : ${{ always() }}
107107 with :
108108 name : Report-${{ matrix.color }}-${{ matrix.scheme }}
Original file line number Diff line number Diff line change 5858
5959 - name : Upload jacoco artifacts
6060 if : ${{ failure() }}
61- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
61+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6262 with :
6363 name : test-results
6464 path : app/build/reports/jacoco/jacocoTestGplayDebugUnitTestReport/html/
You can’t perform that action at this time.
0 commit comments