mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-04 06:23:09 +00:00
Merge pull request #10 from codex-storage/chore/update-actions-to-latest-versions
chore: update actions to latest versions
This commit is contained in:
commit
95ccb2b7d8
10
.github/workflows/generate.yml
vendored
10
.github/workflows/generate.yml
vendored
@ -65,22 +65,22 @@ jobs:
|
|||||||
timeout-minutes: 360
|
timeout-minutes: 360
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Circom
|
- name: Setup Circom
|
||||||
uses: baptiste0928/cargo-install@v2
|
uses: baptiste0928/cargo-install@v3
|
||||||
with:
|
with:
|
||||||
cache-key: 'invalid-cache-please'
|
cache-key: 'invalid-cache-please'
|
||||||
crate: circom
|
crate: circom
|
||||||
git: https://github.com/iden3/circom.git
|
git: https://github.com/iden3/circom.git
|
||||||
|
|
||||||
- name: Setup Nim
|
- name: Setup Nim
|
||||||
uses: jiro4989/setup-nim-action@v1
|
uses: jiro4989/setup-nim-action@v2
|
||||||
with:
|
with:
|
||||||
nim-version: ${{ env.nim_version }}
|
nim-version: ${{ env.nim_version }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.nodejs_version }}
|
node-version: ${{ env.nodejs_version }}
|
||||||
|
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
download_url: ${{ format('{0}/{1}', env.storage_url, env.storage_file) }}
|
download_url: ${{ format('{0}/{1}', env.storage_url, env.storage_file) }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: circuit-assets
|
name: circuit-assets
|
||||||
path: workflow/build
|
path: workflow/build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user