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 6262 env :
6363 GOMEMLIMIT : 7680MiB
6464 - name : Upload test results
65- uses : actions/upload-artifact@v3
65+ uses : actions/upload-artifact@v4
6666 with :
6767 name : Performance Test Results (${{ matrix.target.name }})
6868 path : perf-test-results.json
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 - run : go build -o perf-test-suite ./test/performance-test-suite/cmd/perf-test/
204204 - run : ./perf-test-suite > perf-test-results.json
205205 - name : Upload test results
206- uses : actions/upload-artifact@v3
206+ uses : actions/upload-artifact@v4
207207 with :
208208 name : Performance Test Results (${{ matrix.target.name }})
209209 path : perf-test-results.json
Original file line number Diff line number Diff line change 6161 run : |
6262 echo "matrix=$(ls dist | jq -R -s -c 'split("\n")[:-1] | {binary: .}')" >> $GITHUB_OUTPUT
6363 - name : Upload binary artifacts
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : immudb-binaries
6767 path : dist
You can’t perform that action at this time.
0 commit comments