diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index e9e1c7d..61aa858 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -6,7 +6,7 @@ on: env: CARGO_TERM_COLOR: always NOMOS_NODE_REV: 2f60a0372c228968c3526c341ebc7e58bbd178dd - NOMOS_BUNDLE_VERSION: v2 + NOMOS_BUNDLE_VERSION: v3 jobs: build_nomos_binaries: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6298c38..b5fb393 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: env: CARGO_TERM_COLOR: always NOMOS_NODE_REV: 2f60a0372c228968c3526c341ebc7e58bbd178dd - NOMOS_BUNDLE_VERSION: v2 + NOMOS_BUNDLE_VERSION: v3 permissions: actions: read contents: read