Commit 6624522 1 parent 206c3b0 commit 6624522 Copy full SHA for 6624522
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,28 +82,28 @@ jobs:
82
82
# ==============================
83
83
84
84
- name : Upload Linux Build
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4.1.7
86
86
if : matrix.os == 'ubuntu-latest'
87
87
with :
88
88
name : linux
89
89
path : ./build/bin/geth
90
90
91
91
- name : Upload MacOS Build
92
- uses : actions/upload-artifact@v3
92
+ uses : actions/upload-artifact@v4.1.7
93
93
if : matrix.os == 'macos-latest'
94
94
with :
95
95
name : macos
96
96
path : ./build/bin/geth
97
97
98
98
- name : Upload Windows Build
99
- uses : actions/upload-artifact@v3
99
+ uses : actions/upload-artifact@v4.1.7
100
100
if : matrix.os == 'windows-latest'
101
101
with :
102
102
name : windows
103
103
path : ./build/bin/geth.exe
104
104
105
105
- name : Upload ARM-64 Build
106
- uses : actions/upload-artifact@v3
106
+ uses : actions/upload-artifact@v4.1.7
107
107
if : matrix.os == 'ubuntu-latest'
108
108
with :
109
109
name : arm64
Original file line number Diff line number Diff line change @@ -81,28 +81,28 @@ jobs:
81
81
# ==============================
82
82
83
83
- name : Upload Linux Build
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4.1.7
85
85
if : matrix.os == 'ubuntu-latest'
86
86
with :
87
87
name : linux
88
88
path : ./build/bin/geth
89
89
90
90
- name : Upload MacOS Build
91
- uses : actions/upload-artifact@v3
91
+ uses : actions/upload-artifact@v4.1.7
92
92
if : matrix.os == 'macos-latest'
93
93
with :
94
94
name : macos
95
95
path : ./build/bin/geth
96
96
97
97
- name : Upload Windows Build
98
- uses : actions/upload-artifact@v3
98
+ uses : actions/upload-artifact@v4.1.7
99
99
if : matrix.os == 'windows-latest'
100
100
with :
101
101
name : windows
102
102
path : ./build/bin/geth.exe
103
103
104
104
- name : Upload ARM-64 Build
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4.1.7
106
106
if : matrix.os == 'ubuntu-latest'
107
107
with :
108
108
name : arm64
You can’t perform that action at this time.
0 commit comments