From c74629071c879ca39230fde60f0d6169f442fad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bisinger?= Date: Fri, 12 Dec 2025 00:17:49 +0100 Subject: [PATCH 1/2] Add Khitan techs to the dataset --- data/datasets/100.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/datasets/100.json b/data/datasets/100.json index 091ced1..9515ebf 100644 --- a/data/datasets/100.json +++ b/data/datasets/100.json @@ -1429,7 +1429,10 @@ "921": "Fereters", "922": "Cilician Fleet", "923": "Svan Towers", - "924": "Aznauri Cavalry" + "924": "Aznauri Cavalry", + "1012": "Transhumance", + "1013": "Pastoralism", + "1014": "Domestication" }, "terrain": { "0": { From 7fd0d9073128638cca98288c93aed0605dd33786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bisinger?= Date: Fri, 12 Dec 2025 00:21:25 +0100 Subject: [PATCH 2/2] Update workflow to upload-artifact@v4 --- .github/workflows/links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 6eb8c55..08dfaa5 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -25,13 +25,13 @@ jobs: args: --verbose --no-progress **/*.md data/community_pages.yaml data/players.yaml data/platforms.json env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - + - name: Fail on 404s if: steps.link_check.outputs.exit_code != 0 run: echo ::set-output name=exit_code::1 - name: Upload a Build Artifact - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 if: steps.link_check.outputs.exit_code != 0 with: name: link-check Output