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:
1111
1212 steps :
1313 - name : Checkout Code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515
1616 - name : Set up Go
17- uses : actions/setup-go@v2
17+ uses : actions/setup-go@v5
1818 with :
19- go-version : ' 1.20 '
19+ go-version : ' 1.24 '
2020
2121 - name : Test
2222 run : go test -v ./...
2828 run : tar -czvf main.tar.gz main
2929
3030 - name : Upload Artifact
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 name : build-artifact
3434 path : main.tar.gz
@@ -39,10 +39,10 @@ jobs:
3939 environment : development
4040 steps :
4141 - name : Checkout Code
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v4
4343
4444 - name : Download Build Artifact
45- uses : actions/download -artifact@v3
45+ uses : actions/upload -artifact@v4
4646 with :
4747 name : build-artifact
4848
You can’t perform that action at this time.
0 commit comments