From 8a7db225ed5e5b7a826b2afdec5b5dc9ee128487 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 25 Jan 2026 14:30:06 +0300 Subject: [PATCH] docs: update CI failures checklist with solutions --- .github/workflows/check-runtime-migration.yml | 2 +- .github/workflows/release-reusable-rc-build.yml | 2 +- .github/workflows/tests-misc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-runtime-migration.yml b/.github/workflows/check-runtime-migration.yml index 1f7a58d5..87809636 100644 --- a/.github/workflows/check-runtime-migration.yml +++ b/.github/workflows/check-runtime-migration.yml @@ -86,7 +86,7 @@ jobs: - name: Download CLI run: | - curl -sL https://github.com/pezkuwichain/try-runtime-cli/releases/download/v0.8.0/try-runtime-x86_64-unknown-linux-musl -o try-runtime + curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.8.0/try-runtime-x86_64-unknown-linux-musl -o try-runtime chmod +x ./try-runtime echo "Using try-runtime-cli version:" ./try-runtime --version diff --git a/.github/workflows/release-reusable-rc-build.yml b/.github/workflows/release-reusable-rc-build.yml index ab871837..4a869ef2 100644 --- a/.github/workflows/release-reusable-rc-build.yml +++ b/.github/workflows/release-reusable-rc-build.yml @@ -207,7 +207,7 @@ jobs: - name: Install resolc run: | VERSION="0.3.0" - ASSET_URL="https://github.com/pezkuwichain/revive/releases/download/v$VERSION/resolc-universal-apple-darwin" + ASSET_URL="https://github.com/paritytech/revive/releases/download/v$VERSION/resolc-universal-apple-darwin" echo "Downloading resolc v$VERSION from $ASSET_URL" curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL" chmod +x $HOME/.cargo/bin/resolc diff --git a/.github/workflows/tests-misc.yml b/.github/workflows/tests-misc.yml index 75cd2676..38392755 100644 --- a/.github/workflows/tests-misc.yml +++ b/.github/workflows/tests-misc.yml @@ -418,7 +418,7 @@ jobs: run: | source $HOME/.cargo/env VERSION="0.5.0" - ASSET_URL="https://github.com/pezkuwichain/revive/releases/download/v$VERSION/resolc-universal-apple-darwin" + ASSET_URL="https://github.com/paritytech/revive/releases/download/v$VERSION/resolc-universal-apple-darwin" echo "Downloading resolc v$VERSION from $ASSET_URL" curl -Lsf --show-error -o $HOME/.cargo/bin/resolc "$ASSET_URL" chmod +x $HOME/.cargo/bin/resolc