22
22
- name : Checkout code
23
23
uses : actions/checkout@v4
24
24
- name : Setup Node.js
25
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@v4
26
26
with :
27
27
node-version : " 20"
28
28
- name : Setup Go
62
62
env :
63
63
COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
64
run : goveralls -coverprofile=coverage.txt -service=github
65
- - uses : bissolli/gh-action-persist-workspace@v1
65
+ - uses : bissolli/gh-action-persist-workspace@v2
66
66
with :
67
67
action : persist
68
68
75
75
uses : actions/checkout@v4
76
76
77
77
- name : Setup Node.js
78
- uses : actions/setup-node@v3
78
+ uses : actions/setup-node@v4
79
79
with :
80
80
node-version : " 20"
81
81
@@ -105,7 +105,7 @@ jobs:
105
105
mv razor_go.linux-amd64.tar.gz ../../
106
106
107
107
- name : Upload AMD Artifact
108
- uses : actions/upload-artifact@v3
108
+ uses : actions/upload-artifact@v4
109
109
with :
110
110
name : razor_go.linux-amd64.tar.gz
111
111
path : razor_go.linux-amd64.tar.gz
@@ -117,7 +117,7 @@ jobs:
117
117
uses : actions/checkout@v4
118
118
119
119
- name : Setup Node.js
120
- uses : actions/setup-node@v3
120
+ uses : actions/setup-node@v4
121
121
with :
122
122
node-version : " 20"
123
123
@@ -147,7 +147,7 @@ jobs:
147
147
mv razor_go.linux-arm64.tar.gz ../../
148
148
149
149
- name : Upload ARM Artifact
150
- uses : actions/upload-artifact@v3
150
+ uses : actions/upload-artifact@v4
151
151
with :
152
152
name : razor_go.linux-arm64.tar.gz
153
153
path : razor_go.linux-arm64.tar.gz
@@ -166,17 +166,17 @@ jobs:
166
166
fetch-depth : 0
167
167
168
168
- name : Setup Node.js
169
- uses : actions/setup-node@v3
169
+ uses : actions/setup-node@v4
170
170
with :
171
171
node-version : " 20"
172
172
173
173
- name : Download Artifacts AMD
174
- uses : actions/download-artifact@v3
174
+ uses : actions/download-artifact@v4
175
175
with :
176
176
name : razor_go.linux-amd64.tar.gz
177
177
178
178
- name : Download Artifacts ARM
179
- uses : actions/download-artifact@v3
179
+ uses : actions/download-artifact@v4
180
180
with :
181
181
name : razor_go.linux-arm64.tar.gz
182
182
0 commit comments