@@ -41,13 +41,13 @@ jobs:
41
41
steps :
42
42
# 1. Download the gateway-conformance fixtures
43
43
- name : Download gateway-conformance fixtures
44
- uses : ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4
44
+ uses : ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.5
45
45
with :
46
46
output : fixtures
47
47
48
48
# 2. Build the kubo-gateway
49
49
- name : Setup Go
50
- uses : actions/setup-go@v4
50
+ uses : actions/setup-go@v5
51
51
with :
52
52
go-version : 1.21.x
53
53
- uses : protocol/cache-go-action@v1
96
96
97
97
# 6. Run the gateway-conformance tests
98
98
- name : Run gateway-conformance tests
99
- uses : ipfs/gateway-conformance/.github/actions/test@v0.4
99
+ uses : ipfs/gateway-conformance/.github/actions/test@v0.5
100
100
with :
101
101
gateway-url : http://127.0.0.1:8080
102
102
json : output.json
@@ -111,13 +111,13 @@ jobs:
111
111
run : cat output.md >> $GITHUB_STEP_SUMMARY
112
112
- name : Upload HTML report
113
113
if : failure() || success()
114
- uses : actions/upload-artifact@v3
114
+ uses : actions/upload-artifact@v4
115
115
with :
116
116
name : gateway-conformance.html
117
117
path : output.html
118
118
- name : Upload JSON report
119
119
if : failure() || success()
120
- uses : actions/upload-artifact@v3
120
+ uses : actions/upload-artifact@v4
121
121
with :
122
122
name : gateway-conformance.json
123
123
path : output.json
@@ -129,15 +129,15 @@ jobs:
129
129
steps :
130
130
# 1. Download the gateway-conformance fixtures
131
131
- name : Download gateway-conformance fixtures
132
- uses : ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4
132
+ uses : ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.5
133
133
with :
134
134
output : fixtures
135
135
136
136
# 2. Build the kubo-gateway
137
137
- name : Setup Go
138
- uses : actions/setup-go@v4
138
+ uses : actions/setup-go@v5
139
139
with :
140
- go-version : 1.20 .x
140
+ go-version : 1.21 .x
141
141
- uses : protocol/cache-go-action@v1
142
142
with :
143
143
name : ${{ github.job }}
@@ -202,7 +202,7 @@ jobs:
202
202
203
203
# 9. Run the gateway-conformance tests over libp2p
204
204
- name : Run gateway-conformance tests over libp2p
205
- uses : ipfs/gateway-conformance/.github/actions/test@v0.4
205
+ uses : ipfs/gateway-conformance/.github/actions/test@v0.5
206
206
with :
207
207
gateway-url : http://127.0.0.1:8092
208
208
json : output.json
@@ -217,13 +217,13 @@ jobs:
217
217
run : cat output.md >> $GITHUB_STEP_SUMMARY
218
218
- name : Upload HTML report
219
219
if : failure() || success()
220
- uses : actions/upload-artifact@v3
220
+ uses : actions/upload-artifact@v4
221
221
with :
222
222
name : gateway-conformance-libp2p.html
223
223
path : output.html
224
224
- name : Upload JSON report
225
225
if : failure() || success()
226
- uses : actions/upload-artifact@v3
226
+ uses : actions/upload-artifact@v4
227
227
with :
228
228
name : gateway-conformance-libp2p.json
229
229
path : output.json
0 commit comments