@@ -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.8
44+ uses : ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.10
4545 with :
4646 output : fixtures
4747
4848 # 2. Build the kubo-gateway
4949 - name : Checkout kubo-gateway
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6
5151 with :
5252 path : kubo-gateway
5353 - name : Setup Go
9393
9494 # 6. Run the gateway-conformance tests
9595 - name : Run gateway-conformance tests
96- uses : ipfs/gateway-conformance/.github/actions/test@v0.8
96+ uses : ipfs/gateway-conformance/.github/actions/test@v0.10
9797 with :
9898 gateway-url : http://127.0.0.1:8080
9999 subdomain-url : http://localhost:8080
@@ -109,13 +109,13 @@ jobs:
109109 run : cat output.md >> $GITHUB_STEP_SUMMARY
110110 - name : Upload HTML report
111111 if : failure() || success()
112- uses : actions/upload-artifact@v5
112+ uses : actions/upload-artifact@v6
113113 with :
114114 name : gateway-conformance.html
115115 path : output.html
116116 - name : Upload JSON report
117117 if : failure() || success()
118- uses : actions/upload-artifact@v5
118+ uses : actions/upload-artifact@v6
119119 with :
120120 name : gateway-conformance.json
121121 path : output.json
@@ -127,13 +127,13 @@ jobs:
127127 steps :
128128 # 1. Download the gateway-conformance fixtures
129129 - name : Download gateway-conformance fixtures
130- uses : ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.8
130+ uses : ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.10
131131 with :
132132 output : fixtures
133133
134134 # 2. Build the kubo-gateway
135135 - name : Checkout kubo-gateway
136- uses : actions/checkout@v5
136+ uses : actions/checkout@v6
137137 with :
138138 path : kubo-gateway
139139 - name : Setup Go
@@ -199,7 +199,7 @@ jobs:
199199
200200 # 9. Run the gateway-conformance tests over libp2p
201201 - name : Run gateway-conformance tests over libp2p
202- uses : ipfs/gateway-conformance/.github/actions/test@v0.8
202+ uses : ipfs/gateway-conformance/.github/actions/test@v0.10
203203 with :
204204 gateway-url : http://127.0.0.1:8092
205205 args : --specs "trustless-gateway,-trustless-ipns-gateway" -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length'
@@ -214,13 +214,13 @@ jobs:
214214 run : cat output.md >> $GITHUB_STEP_SUMMARY
215215 - name : Upload HTML report
216216 if : failure() || success()
217- uses : actions/upload-artifact@v5
217+ uses : actions/upload-artifact@v6
218218 with :
219219 name : gateway-conformance-libp2p.html
220220 path : output.html
221221 - name : Upload JSON report
222222 if : failure() || success()
223- uses : actions/upload-artifact@v5
223+ uses : actions/upload-artifact@v6
224224 with :
225225 name : gateway-conformance-libp2p.json
226226 path : output.json
0 commit comments