Skip to content

Commit

Permalink
Bumping bor and heimdall versions in install ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Jan 29, 2025
1 parent 04f443a commit 59a06d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
./bor.sh v1.5.4 amoy sentry
./heimdall.sh v1.2.0 amoy sentry

0 comments on commit 59a06d5

Please sign in to comment.