File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 # Step 11: Upload artifacts for debugging and record-keeping
153153 - name : Capture output artifacts
154154 if : always()
155- uses : actions/upload-artifact@v4
155+ uses : actions/upload-artifact@v5
156156 with :
157157 name : data-detection-${{ github.run_id }}
158158 path : |
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 # Capture output artifacts (always runs, even if previous steps failed)
161161 - name : Capture output files
162162 if : always()
163- uses : actions/upload-artifact@v4
163+ uses : actions/upload-artifact@v5
164164 with :
165165 name : token-detection-artifacts-${{ github.run_id }}
166166 path : |
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Upload Test Coverage
242242 if : always()
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v5
244244 with :
245245 name : coverage-report-node-${{ matrix.node-version }}
246246 path : coverage/
Original file line number Diff line number Diff line change 322322 }
323323 },
324324 "data" : [
325+ {
326+ "category" : " integration" ,
327+ "date" : " 2025-10-26" ,
328+ "description" : " Newly supported tokens: CHEX, WOLF" ,
329+ "relatedTokens" : [
330+ {
331+ "assetName" : " Chintai Exchange Token" ,
332+ "baseAsset" : " CHEX" ,
333+ "url" : " https://docs.chain.link/ccip/directory/mainnet/token/CHEX" ,
334+ "iconUrl" : " https://d2f70xi62kby8n.cloudfront.net/tokens/chex.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
335+ },
336+ {
337+ "assetName" : " Landwolf" ,
338+ "baseAsset" : " WOLF" ,
339+ "url" : " https://docs.chain.link/ccip/directory/mainnet/token/WOLF" ,
340+ "iconUrl" : " https://d2f70xi62kby8n.cloudfront.net/tokens/wolf.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
341+ }
342+ ],
343+ "title" : " Cross-chain token (CCT) standard: Added support for new tokens" ,
344+ "topic" : " CCIP"
345+ },
325346 {
326347 "category" : " release" ,
327348 "date" : " 2025-10-22" ,
You can’t perform that action at this time.
0 commit comments