34
34
go_version : ${{ steps.get_go_version.outputs.go_version }}
35
35
steps :
36
36
- name : Checkout code
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
- name : Get the k6 version
@@ -74,11 +74,11 @@ jobs:
74
74
VERSION : ${{ needs.configure.outputs.k6_version }}
75
75
steps :
76
76
- name : Checkout code
77
- uses : actions/checkout@v3
77
+ uses : actions/checkout@v4
78
78
with :
79
79
fetch-depth : 0
80
80
- name : Install Go
81
- uses : actions/setup-go@v3
81
+ uses : actions/setup-go@v5
82
82
with :
83
83
go-version : ${{ needs.configure.outputs.go_version }}
84
84
check-latest : true
@@ -121,7 +121,7 @@ jobs:
121
121
go version
122
122
./build-release.sh "dist" "${VERSION}"
123
123
- name : Upload artifacts
124
- uses : actions/upload-artifact@v3
124
+ uses : actions/upload-artifact@v4
125
125
with :
126
126
name : binaries
127
127
path : dist/
@@ -134,7 +134,7 @@ jobs:
134
134
VERSION : ${{ needs.configure.outputs.k6_version }}
135
135
steps :
136
136
- name : Checkout code
137
- uses : actions/checkout@v3
137
+ uses : actions/checkout@v4
138
138
with :
139
139
fetch-depth : 0
140
140
- name : Build
@@ -223,9 +223,9 @@ jobs:
223
223
VERSION : ${{ needs.configure.outputs.k6_version }}
224
224
steps :
225
225
- name : Checkout code
226
- uses : actions/checkout@v3
226
+ uses : actions/checkout@v4
227
227
- name : Install pandoc
228
- uses : crazy-max/ghaction-chocolatey@90deb87d9fbf0bb2f022b91e3bf11b4441cddda5 # v2.1 .0
228
+ uses : crazy-max/ghaction-chocolatey@0e015857dd851f84fcb7fb53380eb5c4c8202333 # v3.0 .0
229
229
with :
230
230
args : install -y pandoc
231
231
- name : Install wix tools
@@ -234,7 +234,7 @@ jobs:
234
234
Expand-Archive -Path .\wix311-binaries.zip -DestinationPath .\wix311\
235
235
echo "$pwd\wix311" | Out-File -FilePath $env:GITHUB_PATH -Append
236
236
- name : Download binaries
237
- uses : actions/download-artifact@v3
237
+ uses : actions/download-artifact@v4
238
238
with :
239
239
name : binaries
240
240
path : dist
@@ -280,7 +280,7 @@ jobs:
280
280
run : move "packaging\k6.msi" "packaging\k6-$env:VERSION-windows-amd64.msi"
281
281
282
282
- name : Upload artifacts
283
- uses : actions/upload-artifact@v3
283
+ uses : actions/upload-artifact@v4
284
284
with :
285
285
name : binaries-windows
286
286
path : |
@@ -314,14 +314,14 @@ jobs:
314
314
VERSION : ${{ needs.configure.outputs.k6_version }}
315
315
steps :
316
316
- name : Checkout code
317
- uses : actions/checkout@v3
317
+ uses : actions/checkout@v4
318
318
- name : Download binaries
319
- uses : actions/download-artifact@v3
319
+ uses : actions/download-artifact@v4
320
320
with :
321
321
name : binaries
322
322
path : dist
323
323
- name : Download Windows binaries
324
- uses : actions/download-artifact@v3
324
+ uses : actions/download-artifact@v4
325
325
with :
326
326
name : binaries-windows
327
327
path : dist
@@ -353,14 +353,14 @@ jobs:
353
353
VERSION : ${{ needs.configure.outputs.k6_version }}
354
354
steps :
355
355
- name : Checkout code
356
- uses : actions/checkout@v3
356
+ uses : actions/checkout@v4
357
357
- name : Download binaries
358
- uses : actions/download-artifact@v3
358
+ uses : actions/download-artifact@v4
359
359
with :
360
360
name : binaries
361
361
path : dist
362
362
- name : Download Windows binaries
363
- uses : actions/download-artifact@v3
363
+ uses : actions/download-artifact@v4
364
364
with :
365
365
name : binaries-windows
366
366
path : dist
0 commit comments