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
4 changes: 2 additions & 2 deletions .github/workflows/oracle-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
test "$OPTIMIZER_IMAGE" = "$(cat out-${{ matrix.builder }}/optimizer-image.txt)"
test "$SOURCE_COMMIT" = "$(cat out-${{ matrix.builder }}/source-commit.txt)"
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: oracle-build-${{ matrix.builder }}
path: out-${{ matrix.builder }}/
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
test "$(sha256sum one/cw_reality.wasm | cut -d ' ' -f1)" = "$(cat one/cw_reality.wasm.sha256)"
cp one/cw_reality.wasm cw_reality.wasm
cp one/cw_reality.wasm.sha256 cw_reality.wasm.sha256
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: oracle-reproduced-artifact
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- run: ./scripts/release/build-release.sh out
- run: test "$OPTIMIZER_IMAGE" = "$(cat out/optimizer-image.txt)"
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: release-build-${{ matrix.build }}
path: out/
Expand All @@ -79,7 +79,7 @@ jobs:
with: { name: release-build-two, path: two }
- run: python3 scripts/release/compare-builds.py one two
- run: python3 scripts/quality/verify-report.py quality/gas-storage-report.json one/release-manifest.json
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: verified-contract-release
path: one/
Expand Down
Loading