File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 make OS=${{ matrix.goos }} ARCH=${{ matrix.arch }} build
5151
5252 - name : Upload binary
53- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
53+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5454 with :
5555 name : cbridge-${{ matrix.goos }}-${{ matrix.arch }}
5656 path : build/cbridge*
Original file line number Diff line number Diff line change 6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6767 with :
6868 name : SARIF file
6969 path : results.sarif
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 go-junit-report -set-exit-code -in build/${{ env.program }}-${{ matrix.target }}-${{ matrix.arch }}.txt -iocopy -out build/${{ env.program }}-testreport-${{ matrix.target }}-${{ matrix.arch }}.xml
165165
166166 - name : Archive test results
167- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
167+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
168168 with :
169169 name : ${{ env.program }}-test-result-${{ matrix.target }}-${{ matrix.arch }}
170170 path : ./build/${{ env.program }}-testreport-*.xml
Original file line number Diff line number Diff line change 5151 working-directory : ./cmd
5252
5353 - name : Archive tpip report
54- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
54+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5555 with :
5656 name : tpip-report
5757 path : ./${{ env.report_name }}
You can’t perform that action at this time.
0 commit comments