Skip to content

Commit 4ce1601

Browse files
committed
update commit in upload_artifacts_workflow
1 parent b6fe5d3 commit 4ce1601

3 files changed

Lines changed: 165 additions & 42 deletions

File tree

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upload-Artifacts
33
on:
44
push:
55
branches:
6-
- main
6+
- noa/update-commit-upload_artifacts_workflow
77

88
jobs:
99
artifacts-push:
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Get commit hash prefix for PR update
1515
env:
16-
COMMIT_SHA: ${{ github.sha }}
16+
COMMIT_SHA: 89155aade81a2727937d1734a117b118ec97540b
1717
run: |
1818
echo "SHORT_HASH=${COMMIT_SHA:0:7}" >> $GITHUB_ENV
1919

Cargo.lock

Lines changed: 157 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ cairo-lang-execute-utils = "2.19.0-rc.0"
6161
cairo-lang-utils = "2.19.0-rc.0"
6262

6363
# stwo cairo
64-
cairo-air = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "68b4af6d" }
65-
stwo-cairo-utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "68b4af6d" }
66-
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "68b4af6d" }
67-
stwo-cairo-prover = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "68b4af6d" }
68-
stwo-cairo-serialize = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "68b4af6d" }
69-
stwo-cairo-common = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "68b4af6d" }
64+
cairo-air = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "971de93b456248b1b073a130625b9df8520a1a29" }
65+
stwo-cairo-utils = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "971de93b456248b1b073a130625b9df8520a1a29" }
66+
stwo-cairo-adapter = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "971de93b456248b1b073a130625b9df8520a1a29" }
67+
stwo-cairo-prover = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "971de93b456248b1b073a130625b9df8520a1a29" }
68+
stwo-cairo-serialize = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "971de93b456248b1b073a130625b9df8520a1a29" }
69+
stwo-cairo-common = { git = "https://github.com/starkware-libs/stwo-cairo", rev = "971de93b456248b1b073a130625b9df8520a1a29" }
7070

7171

7272
# local crates

0 commit comments

Comments
 (0)