From 59a06d57ece78352319c1866705941dfb3f11ae3 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 29 Jan 2025 09:41:46 -0600 Subject: [PATCH] Bumping bor and heimdall versions in install ci flow --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c98fe8..c2b4aa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: --volume "${PWD}:/artifacts" run: | - bash /artifacts/bor.sh v1.5.3 amoy sentry - bash /artifacts/heimdall.sh v1.0.10 amoy sentry + bash /artifacts/bor.sh v1.5.4 amoy sentry + bash /artifacts/heimdall.sh v1.2.0 amoy sentry install_amd64: runs-on: ${{ matrix.os }} @@ -56,5 +56,5 @@ jobs: - uses: actions/checkout@v4 - name: Install binary run: | - ./bor.sh v1.5.3 amoy sentry - ./heimdall.sh v1.0.10 amoy sentry \ No newline at end of file + ./bor.sh v1.5.4 amoy sentry + ./heimdall.sh v1.2.0 amoy sentry \ No newline at end of file