Skip to content

Commit

Permalink
chore: update actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina committed Jul 12, 2024
1 parent 6e9fcc6 commit 08d2123
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Circom
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
cache-key: 'invalid-cache-please'
crate: circom
git: https://github.com/iden3/circom.git

- name: Setup Nim
uses: jiro4989/setup-nim-action@v1
uses: jiro4989/setup-nim-action@v2
with:
nim-version: ${{ env.nim_version }}

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.nodejs_version }}

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
download_url: ${{ format('{0}/{1}', env.storage_url, env.storage_file) }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: circuit-assets
path: workflow/build
Expand Down

0 comments on commit 08d2123

Please sign in to comment.