Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/Build-gear-loader-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cargo build --release --locked --package gear-node-loader

- name: Archive production artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: gear-loader
path: |
Expand All @@ -35,12 +35,12 @@ jobs:
uses: actions/checkout@v6

- name: Download artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: gear-loader

- name: Run playbook
uses: dawidd6/action-ansible-playbook@v7
uses: dawidd6/action-ansible-playbook@v9
with:
directory: ./ansible/
playbook: gear-loader-update.yaml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI-docker-gear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v6

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4

- name: Cache Docker layers
uses: actions/cache@v5
Expand All @@ -47,7 +47,7 @@ jobs:
${{ runner.os }}

- name: Log in to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -62,7 +62,7 @@ jobs:
fi

- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
file: ./docker/Dockerfile-release
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
contents: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

- name: Upload
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
fi

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
uses: hashicorp/setup-terraform@v4

- name: Terraform Apply
timeout-minutes: 30
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
id: upload-errors
# This step will only run if the run-bench step failed
if: ${{ failure() && steps.run-bench.conclusion == 'failure' }}
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: benchmarking-errors
path: scripts/benchmarking/benchmarking_errors.txt
Expand All @@ -177,7 +177,7 @@ jobs:
# This step will run if benchmarking finished with no errors (upload-errors step was skipped),
# This runs even if baremetal patching was failed - in that case, make sure to handle it.
if: ${{ !cancelled() && steps.upload-errors.conclusion == 'skipped'}}
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: weights-output
path: scripts/benchmarking/weights-output
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
sparse-checkout: terraform

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
uses: hashicorp/setup-terraform@v4

- name: Terraform Destroy
timeout-minutes: 60
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-node-fuzzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v6

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4

- name: Log in to the github container registry
uses: docker/login-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: cargo binstall --no-confirm --locked cargo-nextest

- name: "ACTIONS: Download node"
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: gear-cli-and-runtime-release-${{ matrix.targets.target }}
path: target/release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
${{ matrix.profiles.flags }}

- name: "ACTIONS: Upload workspace"
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: nextest-workspace-${{ matrix.profiles.name }}-x86_64-pc-windows-msvc
path: workspace.tar.zst
Expand Down Expand Up @@ -91,12 +91,12 @@ jobs:
$tmp | Remove-Item

- name: "ACTIONS: Download workspace"
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: nextest-workspace-${{ matrix.profiles.name }}-x86_64-pc-windows-msvc

- name: "ACTIONS: Download node"
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: gear-cli-and-runtime-release-x86_64-pc-windows-msvc
path: target/release
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
cp target/${{ matrix.targets.target }}/release/wbuild/vara-runtime/*.wasm artifact/wbuild/vara-runtime/

- name: "ACTIONS: Upload node and VARA runtime"
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: gear-cli-and-runtime-release-${{ matrix.targets.target }}
path: artifact
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
run: ./scripts/gear.sh build ethexe --release --locked

- name: "ACTIONS: Upload ethexe node"
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ethexe-cli-release-${{ matrix.targets.target }}
path: target/${{ matrix.targets.target }}/release/ethexe*
Expand Down Expand Up @@ -298,13 +298,13 @@ jobs:
run: cargo build --workspace --all-targets --all-features ${{ matrix.profiles.flags }}

- name: "ACTIONS: Upload example WASMs"
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: examples-${{ matrix.profiles.name }}-wasm32-gear
path: target/wasm32-gear/${{ matrix.profiles.name }}

- name: "ACTIONS: Download node and runtime"
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: gear-cli-and-runtime-release-x86_64-unknown-linux-gnu
path: gear-cli-and-runtime-release
Expand All @@ -325,7 +325,7 @@ jobs:

- name: "ACTIONS: Upload junit.xml"
if: "!cancelled()"
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: "workspace-${{ matrix.profiles.name }}-junit"
path: target/nextest/ci/junit.xml
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
steps:
- name: Cancel Previous Runs
if: ${{ github.event_name == 'pull_request' }}
uses: styfle/cancel-workflow-action@0.13.0
uses: styfle/cancel-workflow-action@0.13.1
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
uses: ./.github/actions/install-rust

- name: "ACTIONS: Download example WASMs"
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: examples-release-wasm32-gear
path: examples-artifact
Expand Down Expand Up @@ -587,7 +587,7 @@ jobs:

- name: Upload artifacts
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
path: artifact

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-node-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
uses: actions/checkout@v6

- name: Log in to the github container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
file: ./docker/Dockerfile
push: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1

- name: Fetch base commit
run: git fetch origin ${{ github.event.pull_request.base.sha }} --depth=1

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand All @@ -40,7 +40,7 @@ jobs:

- name: Restore graph cache
id: cache-graph
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .code-review-graph
key: code-review-graph-${{ github.event.pull_request.base.sha }}
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
fi

- name: Checkout PR branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ steps.pr.outputs.head_sha }}
fetch-depth: 1
Expand All @@ -177,7 +177,7 @@ jobs:
> /tmp/prev-review.md 2>/dev/null || echo "No previous review found." > /tmp/prev-review.md

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.12"

Expand All @@ -186,7 +186,7 @@ jobs:

- name: Restore graph cache
id: cache-graph
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .code-review-graph
key: code-review-graph-${{ steps.pr.outputs.base_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comparison-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
./scripts/weight-diff.sh master $(git branch --show-current) ${{ inputs.runtime }} --display-units > ${{ inputs.runtime }}-tables.txt

- name: "ACTIONS: Upload artifact with comparison tables (${{ inputs.runtime }})"
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ${{ inputs.runtime }}-tables
path: ${{ inputs.runtime }}-tables.txt
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
sha256sum artifact/testnet_vara_runtime_v${VARA_DEV_SPEC}.wasm

- name: Publish
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
files: artifact/*
tag_name: ${{ github.event.inputs.tag_name }}
Expand All @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dispatch Multiplatform Build Workflow
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
github-token: ${{ env.GITHUB_TOKEN }}
script: |
Expand All @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dispatch Docker Build Workflow
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
github-token: ${{ env.GITHUB_TOKEN }}
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
uses: actions/checkout@v6

- name: Log in to the github container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
file: ./docker/Dockerfile
push: true
Expand Down
Loading