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
82
run : CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o piper -tags release
83
83
- name : Upload Piper binary
84
84
if : success()
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : piper
88
88
path : piper
@@ -110,7 +110,7 @@ jobs:
110
110
echo "matrix=$(go run .github/workflows/parse_integration_test_list.go -file ./integration/github_actions_integration_test_list.yml)" >> "$GITHUB_OUTPUT"
111
111
- name : Upload integration tests binary
112
112
if : success()
113
- uses : actions/upload-artifact@v3
113
+ uses : actions/upload-artifact@v4
114
114
with :
115
115
name : integration_tests
116
116
path : integration_tests
@@ -134,11 +134,11 @@ jobs:
134
134
with :
135
135
go-version : ${{ needs.start.outputs.go_version }}
136
136
- name : Download Piper binary
137
- uses : actions/download-artifact@v3
137
+ uses : actions/download-artifact@v4
138
138
with :
139
139
name : piper
140
140
- name : Download integration tests binary
141
- uses : actions/download-artifact@v3
141
+ uses : actions/download-artifact@v4
142
142
with :
143
143
name : integration_tests
144
144
path : ./integration/
Original file line number Diff line number Diff line change 53
53
run : CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o piper -tags release
54
54
- name : Upload Piper binary
55
55
if : success()
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : piper
59
59
path : piper
82
82
echo "matrix=$(go run .github/workflows/parse_integration_test_list.go -file ./integration/github_actions_integration_test_list.yml)" >> "$GITHUB_OUTPUT"
83
83
- name : Upload integration tests binary
84
84
if : success()
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : integration_tests
88
88
path : integration_tests
@@ -106,11 +106,11 @@ jobs:
106
106
with :
107
107
go-version : ${{ needs.start.outputs.go_version }}
108
108
- name : Download Piper binary
109
- uses : actions/download-artifact@v3
109
+ uses : actions/download-artifact@v4
110
110
with :
111
111
name : piper
112
112
- name : Download integration tests binary
113
- uses : actions/download-artifact@v3
113
+ uses : actions/download-artifact@v4
114
114
with :
115
115
name : integration_tests
116
116
path : ./integration/
You can’t perform that action at this time.
0 commit comments