ci: gateway-conformance v0.4
Laurent Senta committed
Oct 2, 2023 at 12:05 UTC
695bf66674931a138862b6fa2cb0b16dc2f6ddd8
1 file changed
+4
-4
.github/workflows/gateway-conformance.yml
+4
-4
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
# 1. Download the gateway-conformance fixtures
43
- name: Download gateway-conformance fixtures
44
- uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.3
44
+ uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4
45
with:
46
output: fixtures
47
@@ -96,7 +96,7 @@ jobs:
96
97
# 6. Run the gateway-conformance tests
98
- name: Run gateway-conformance tests
99
- uses: ipfs/gateway-conformance/.github/actions/test@v0.3
99
+ uses: ipfs/gateway-conformance/.github/actions/test@v0.4
100
with:
101
gateway-url: http://127.0.0.1:8080
102
json: output.json
@@ -129,7 +129,7 @@ jobs:
129
steps:
130
# 1. Download the gateway-conformance fixtures
131
- name: Download gateway-conformance fixtures
132
- uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.3
132
+ uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4
133
with:
134
output: fixtures
135
@@ -202,7 +202,7 @@ jobs:
202
203
# 9. Run the gateway-conformance tests over libp2p
204
- name: Run gateway-conformance tests over libp2p
205
- uses: ipfs/gateway-conformance/.github/actions/test@v0.3
205
+ uses: ipfs/gateway-conformance/.github/actions/test@v0.4
206
with:
207
gateway-url: http://127.0.0.1:8092
208
json: output.json