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 4444
4545 - name : Upload Test results
4646 if : ${{ always() }}
47- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
47+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4848 with :
4949 name : Depcheck report ${{ github.job }} ${{ matrix.module-folder }}
5050 path : ${{ github.workspace }}/${{ matrix.module-folder }}/target/dependency-check-report.*
Original file line number Diff line number Diff line change 6262 shell: bash
6363 - name : Upload Test results
6464 if : ${{ always() }}
65- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
65+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6666 with :
6767 name : Depcheck report ${{ env.UPNAME }}
6868 path : ${{ github.workspace }}/${{ matrix.module-folder }}-reports
Original file line number Diff line number Diff line change 4646 if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
4747 working-directory : ${{ matrix.module-folder }}
4848 - name : Upload license XML reports
49- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
49+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
5050 with :
5151 name : license-xml-report
5252 path : ' ${{ matrix.module-folder }}/**/${{ env.REPORT_PATH }}'
You can’t perform that action at this time.
0 commit comments