File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
env :
82
82
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
83
83
- name : Upload
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
name : mev-boost-build
87
87
path : |
@@ -106,7 +106,7 @@ jobs:
106
106
run : |
107
107
mkdir -p ./build
108
108
- name : Download binaries
109
- uses : actions/download-artifact@v3
109
+ uses : actions/download-artifact@v4
110
110
with :
111
111
name : mev-boost-build
112
112
path : ./build
Original file line number Diff line number Diff line change 8
8
9
9
var (
10
10
// Version is set at build time (must be a var, not a const!)
11
- Version = "v1.9-rc1 "
11
+ Version = "v1.9-rc2 "
12
12
13
13
// RFC3339Milli is a time format string based on time.RFC3339 but with millisecond precision
14
14
RFC3339Milli = "2006-01-02T15:04:05.999Z07:00"
You can’t perform that action at this time.
0 commit comments