Skip to content

Commit

Permalink
Merge pull request #23 from maticnetwork/djpolygon/versions_update
Browse files Browse the repository at this point in the history
Bumping bor and heimdall versions in install ci flow
  • Loading branch information
djpolygon authored Jan 29, 2025
2 parents 04f443a + 59a06d5 commit 6572379
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 6572379

Please sign in to comment.