File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 ./configure --enable-${{ matrix.sanitizer }} CC=clang
2424 - name : Upload build logs
2525 if : failure()
26- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
26+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2727 with :
2828 name : ${{ matrix.sanitizer }}-config.log
2929 path : config.log
Original file line number Diff line number Diff line change 9696 --form description="`$PWD/install/bin/fi_info -l`" \
9797 https://scan.coverity.com/builds?project=ofiwg%2Flibfabric
9898 - name : Upload build logs
99- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
99+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
100100 with :
101101 name : coverity-build-log.txt
102102 path : cov-int/build-log.txt
Original file line number Diff line number Diff line change 7171 $PWD/install/bin/fi_info -l
7272 - name : Upload build logs
7373 if : failure()
74- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
74+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7575 with :
7676 name : ${{ matrix.os }}-${{ matrix.cc }}-config.log
7777 path : config.log
@@ -103,7 +103,7 @@ jobs:
103103 $PWD/install/bin/fi_info -l
104104 - name : Upload build logs
105105 if : failure()
106- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
107107 with :
108108 name : gcc15-config.log
109109 path : config.log
@@ -151,7 +151,7 @@ jobs:
151151 $PWD/install/bin/fi_info -c FI_HMEM
152152 - name : Upload build logs
153153 if : failure()
154- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
155155 with :
156156 name : hmem-config.log
157157 path : config.log
@@ -178,7 +178,7 @@ jobs:
178178 make -j2
179179 - name : Upload build logs
180180 if : failure()
181- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
181+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
182182 with :
183183 name : macos-config.log
184184 path : config.log
Original file line number Diff line number Diff line change 6161 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262 # format to the repository Actions tab.
6363 - name : " Upload artifact"
64- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
64+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6565 with :
6666 name : SARIF file
6767 path : results.sarif
You can’t perform that action at this time.
0 commit comments