File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8181 tar -czf codebase-memory-mcp-ui-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz \
8282 -C build/c codebase-memory-mcp LICENSE install.sh
8383
84- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
84+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585 with :
8686 name : binaries-${{ matrix.goos }}-${{ matrix.goarch }}
8787 path : " *.tar.gz"
@@ -130,7 +130,7 @@ jobs:
130130 cp "$BIN" codebase-memory-mcp.exe
131131 zip codebase-memory-mcp-ui-windows-amd64.zip codebase-memory-mcp.exe LICENSE install.ps1
132132
133- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
133+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
134134 with :
135135 name : binaries-windows-amd64
136136 path : " *.zip"
@@ -181,7 +181,7 @@ jobs:
181181 tar -czf codebase-memory-mcp-ui-linux-${{ matrix.arch }}-portable.tar.gz \
182182 -C build/c codebase-memory-mcp LICENSE install.sh
183183
184- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
184+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
185185 with :
186186 name : binaries-linux-${{ matrix.arch }}-portable
187187 path : " *.tar.gz"
Original file line number Diff line number Diff line change 5959 run : scripts/soak-test.sh build/c/codebase-memory-mcp ${{ inputs.duration_minutes }}
6060 - name : Upload metrics
6161 if : always()
62- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
62+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363 with :
6464 name : soak-quick-${{ matrix.goos }}-${{ matrix.goarch }}
6565 path : soak-results/
9292 scripts/soak-test.sh "$BIN" ${{ inputs.duration_minutes }}
9393 - name : Upload metrics
9494 if : always()
95- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
95+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696 with :
9797 name : soak-quick-windows-amd64
9898 path : soak-results/
@@ -141,7 +141,7 @@ jobs:
141141 run : scripts/soak-test.sh build/c/codebase-memory-mcp 15
142142 - name : Upload metrics
143143 if : always()
144- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
144+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
145145 with :
146146 name : soak-asan-${{ matrix.goos }}-${{ matrix.goarch }}
147147 path : soak-results/
@@ -179,7 +179,7 @@ jobs:
179179 scripts/soak-test.sh "$BIN" 15
180180 - name : Upload metrics
181181 if : always()
182- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
182+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
183183 with :
184184 name : soak-asan-windows-amd64
185185 path : soak-results/
You can’t perform that action at this time.
0 commit comments