File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242
4343 # Upload the results as artifacts (optional).
4444 - name : " Upload artifact"
45- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v2.3.1
45+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2.3.1
4646 with :
4747 name : SARIF file
4848 path : results.sarif
Original file line number Diff line number Diff line change 8484 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8585 run : scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
8686 - name : Archive Espresso results
87- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
87+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
8888 if : ${{ always() }}
8989 with :
9090 name : Report-${{ matrix.color }}-${{ matrix.scheme }}
Original file line number Diff line number Diff line change 4242 fail_ci_if_error : true
4343 - name : Upload jacoco artifacts
4444 if : ${{ failure() }}
45- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
45+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
4646 with :
4747 name : test-results
4848 path : app/build/reports/tests/testGplayDebugUnitTest/
You can’t perform that action at this time.
0 commit comments