From 1d01e3024f5bbd1ac0b1884aff4daee9efaad930 Mon Sep 17 00:00:00 2001 From: glihm Date: Mon, 18 Dec 2023 14:07:23 -0600 Subject: [PATCH] ci: update scarb version to 2.4.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f8a8b..c82eba4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Compile contracts uses: software-mansion/setup-scarb@v1 with: - scarb-version: "2.3.1" + scarb-version: "2.4.0" - run: | cd ./contracts && make generate_artifacts