Skip to content

Commit

Permalink
Add pact5-development support (#192)
Browse files Browse the repository at this point in the history
* Add pact5-development support

Signed-off-by: Edmund Noble <[email protected]>

* Update ci.yaml

upgrading upload-artifact from v2 to v4

Signed-off-by: Louis Page <[email protected]>

---------

Signed-off-by: Edmund Noble <[email protected]>
Signed-off-by: Louis Page <[email protected]>
Co-authored-by: Louis Page <[email protected]>
  • Loading branch information
edmundnoble and lbpage authored Nov 22, 2024
1 parent fa9e408 commit 5d98317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cp `cabal list-bin exe:chainweb-data` ..
- name: Stripping binary
run: strip chainweb-data
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: chainweb-data-build-${{ matrix.os }}
path: chainweb-data
Expand Down
1 change: 1 addition & 0 deletions haskell-src/lib/ChainwebData/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@ withEventsMinHeight version errorMessage action = withVersion version onVersion
"recap-development" -> Just 14
"development" -> Just 0
"testnet05" -> Just 0
"pact5-development" -> Just 0
_ -> Nothing

0 comments on commit 5d98317

Please sign in to comment.