Skip to content

Commit 0b53e67

Browse files
committed
v1.9-rc2
1 parent 6f9ae91 commit 0b53e67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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

config/vars.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
var (
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"

0 commit comments

Comments
 (0)