From 97a88400d1981137063b47acff499fb00d370b0d Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:28:09 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20use=20latest=20version=20of=20snap=20gen?= =?UTF-8?q?=20to=20fix=20bank=20default=20send=20enabled=20i=E2=80=A6=20(#?= =?UTF-8?q?645)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ci: use latest version of snap gen to fix bank default send enabled issue --- .github/workflows/delete-branch-snapshot.yml | 2 +- .github/workflows/software-upgrade-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete-branch-snapshot.yml b/.github/workflows/delete-branch-snapshot.yml index d58dbc2f0..1c5e6fb37 100644 --- a/.github/workflows/delete-branch-snapshot.yml +++ b/.github/workflows/delete-branch-snapshot.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Retrieve post upgrade snapshot generator binary run: | - POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.2.5 + POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.2.6 DOWNLOAD_URL=https://github.com/elys-network/post-upgrade-snapshot-generator/releases/download/${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}-linux-amd64 POST_UPGRADE_SNAPSHOT_GENERATOR_PATH=/tmp/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION} curl -L $DOWNLOAD_URL -o $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH && chmod +x $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH diff --git a/.github/workflows/software-upgrade-test.yml b/.github/workflows/software-upgrade-test.yml index 021f61986..7089767bc 100644 --- a/.github/workflows/software-upgrade-test.yml +++ b/.github/workflows/software-upgrade-test.yml @@ -40,7 +40,7 @@ jobs: - name: Retrieve post upgrade snapshot generator binary run: | - POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.2.5 + POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.2.6 DOWNLOAD_URL=https://github.com/elys-network/post-upgrade-snapshot-generator/releases/download/${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}-linux-amd64 POST_UPGRADE_SNAPSHOT_GENERATOR_PATH=/tmp/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION} curl -L $DOWNLOAD_URL -o $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH && chmod +x $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH