File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 env :
8282 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8383 - name : Upload
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 with :
8686 name : mev-boost-build
8787 path : |
@@ -106,7 +106,7 @@ jobs:
106106 run : |
107107 mkdir -p ./build
108108 - name : Download binaries
109- uses : actions/download-artifact@v3
109+ uses : actions/download-artifact@v4
110110 with :
111111 name : mev-boost-build
112112 path : ./build
Original file line number Diff line number Diff line change 88
99var (
1010 // Version is set at build time (must be a var, not a const!)
11- Version = "v1.9-rc1 "
11+ Version = "v1.9-rc2 "
1212
1313 // RFC3339Milli is a time format string based on time.RFC3339 but with millisecond precision
1414 RFC3339Milli = "2006-01-02T15:04:05.999Z07:00"
You can’t perform that action at this time.
0 commit comments