File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout Code
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Set up Go
17
- uses : actions/setup-go@v2
17
+ uses : actions/setup-go@v5
18
18
with :
19
- go-version : ' 1.20 '
19
+ go-version : ' 1.24 '
20
20
21
21
- name : Test
22
22
run : go test -v ./...
28
28
run : tar -czvf main.tar.gz main
29
29
30
30
- name : Upload Artifact
31
- uses : actions/upload-artifact@v3
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
name : build-artifact
34
34
path : main.tar.gz
@@ -39,10 +39,10 @@ jobs:
39
39
environment : development
40
40
steps :
41
41
- name : Checkout Code
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v4
43
43
44
44
- name : Download Build Artifact
45
- uses : actions/download -artifact@v3
45
+ uses : actions/upload -artifact@v4
46
46
with :
47
47
name : build-artifact
48
48
You can’t perform that action at this time.
0 commit comments