File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
go test -short ./core -count 1 -p 1 -timeout 60m -run NONE -bench=. -v |& tee core-geth.txt
26
26
27
- - uses : actions/upload-artifact@v2
27
+ - uses : actions/upload-artifact@v4
28
28
with :
29
29
name : core-geth
30
30
path : ./core-geth.txt
51
51
run : |
52
52
go test -short ./core -count 1 -p 1 -timeout 60m -run NONE -bench=. -v |& tee go-ethereum.txt
53
53
54
- - uses : actions/upload-artifact@v2
54
+ - uses : actions/upload-artifact@v4
55
55
with :
56
56
name : go-ethereum
57
57
path : ./go-ethereum.txt
@@ -75,12 +75,13 @@ jobs:
75
75
run : |
76
76
go install golang.org/x/perf/cmd/benchstat@latest
77
77
78
- - uses : actions/download-artifact@v2
78
+ - uses : actions/download-artifact@v4
79
79
name : Get go-ethereum artifact
80
80
with :
81
81
name : go-ethereum
82
82
83
- - uses : actions/download-artifact@v2
83
+ - uses : actions/download-artifact@v4
84
+ - uses : actions/download-artifact@v4
84
85
name : Get core-geth artifact
85
86
with :
86
87
name : core-geth
Original file line number Diff line number Diff line change 24
24
run : |
25
25
go test -short ./trie -count 1 -p 1 -timeout 60m -run NONE -bench=. -v |& tee core-geth.txt
26
26
27
- - uses : actions/upload-artifact@v2
27
+ - uses : actions/upload-artifact@v4
28
28
with :
29
29
name : core-geth
30
30
path : ./core-geth.txt
51
51
run : |
52
52
go test -short ./trie -count 1 -p 1 -timeout 60m -run NONE -bench=. -v |& tee go-ethereum.txt
53
53
54
- - uses : actions/upload-artifact@v2
54
+ - uses : actions/upload-artifact@v4
55
55
with :
56
56
name : go-ethereum
57
57
path : ./go-ethereum.txt
@@ -75,12 +75,12 @@ jobs:
75
75
run : |
76
76
go install golang.org/x/perf/cmd/benchstat@latest
77
77
78
- - uses : actions/download-artifact@v2
78
+ - uses : actions/download-artifact@v4
79
79
name : Get go-ethereum artifact
80
80
with :
81
81
name : go-ethereum
82
82
83
- - uses : actions/download-artifact@v2
83
+ - uses : actions/download-artifact@v4
84
84
name : Get core-geth artifact
85
85
with :
86
86
name : core-geth
Original file line number Diff line number Diff line change 26
26
run : |
27
27
go test -short ./tests -count 1 -p 1 -timeout 60m -run NONE -bench=VM -v |& tee core-geth.txt
28
28
29
- - uses : actions/upload-artifact@v2
29
+ - uses : actions/upload-artifact@v4
30
30
with :
31
31
name : core-geth
32
32
path : ./core-geth.txt
57
57
git checkout $GITHUB_SHA -- tests/vm_bench_test.go
58
58
go test -short ./tests -count 1 -p 1 -timeout 60m -run NONE -bench=VM -v |& tee go-ethereum.txt
59
59
60
- - uses : actions/upload-artifact@v2
60
+ - uses : actions/upload-artifact@v4
61
61
with :
62
62
name : go-ethereum
63
63
path : ./go-ethereum.txt
@@ -81,12 +81,12 @@ jobs:
81
81
run : |
82
82
go install golang.org/x/perf/cmd/benchstat@latest
83
83
84
- - uses : actions/download-artifact@v2
84
+ - uses : actions/download-artifact@v4
85
85
name : Get go-ethereum artifact
86
86
with :
87
87
name : go-ethereum
88
88
89
- - uses : actions/download-artifact@v2
89
+ - uses : actions/download-artifact@v4
90
90
name : Get core-geth artifact
91
91
with :
92
92
name : core-geth
You can’t perform that action at this time.
0 commit comments