@@ -41,13 +41,13 @@ jobs:
4141 steps :
4242 # 1. Download the gateway-conformance fixtures
4343 - 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
4545 with :
4646 output : fixtures
4747
4848 # 2. Build the kubo-gateway
4949 - name : Setup Go
50- uses : actions/setup-go@v4
50+ uses : actions/setup-go@v5
5151 with :
5252 go-version : 1.21.x
5353 - uses : protocol/cache-go-action@v1
9696
9797 # 6. Run the gateway-conformance tests
9898 - 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
100100 with :
101101 gateway-url : http://127.0.0.1:8080
102102 json : output.json
@@ -111,13 +111,13 @@ jobs:
111111 run : cat output.md >> $GITHUB_STEP_SUMMARY
112112 - name : Upload HTML report
113113 if : failure() || success()
114- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 name : gateway-conformance.html
117117 path : output.html
118118 - name : Upload JSON report
119119 if : failure() || success()
120- uses : actions/upload-artifact@v3
120+ uses : actions/upload-artifact@v4
121121 with :
122122 name : gateway-conformance.json
123123 path : output.json
@@ -129,15 +129,15 @@ jobs:
129129 steps :
130130 # 1. Download the gateway-conformance fixtures
131131 - 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
133133 with :
134134 output : fixtures
135135
136136 # 2. Build the kubo-gateway
137137 - name : Setup Go
138- uses : actions/setup-go@v4
138+ uses : actions/setup-go@v5
139139 with :
140- go-version : 1.20 .x
140+ go-version : 1.21 .x
141141 - uses : protocol/cache-go-action@v1
142142 with :
143143 name : ${{ github.job }}
@@ -202,7 +202,7 @@ jobs:
202202
203203 # 9. Run the gateway-conformance tests over libp2p
204204 - 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
206206 with :
207207 gateway-url : http://127.0.0.1:8092
208208 json : output.json
@@ -217,13 +217,13 @@ jobs:
217217 run : cat output.md >> $GITHUB_STEP_SUMMARY
218218 - name : Upload HTML report
219219 if : failure() || success()
220- uses : actions/upload-artifact@v3
220+ uses : actions/upload-artifact@v4
221221 with :
222222 name : gateway-conformance-libp2p.html
223223 path : output.html
224224 - name : Upload JSON report
225225 if : failure() || success()
226- uses : actions/upload-artifact@v3
226+ uses : actions/upload-artifact@v4
227227 with :
228228 name : gateway-conformance-libp2p.json
229229 path : output.json
0 commit comments