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
2 changes: 1 addition & 1 deletion .github/workflows/ci-adversarial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- adversarial
- name: Upload adversarial artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-adversarial
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-attestation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- attest
- name: Upload attestation
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-attestation
path: ci-reports/attest/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
make nonos-mk-bench
- name: Upload benchmark artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: nonos-benchmarks-${{ github.run_id }}-${{ github.run_attempt }}
path: ${{ inputs['output-root'] }}/${{ github.run_id }}-${{ github.run_attempt }}/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- build
- name: Upload build artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-build
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-evidence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- evidence
- name: Upload evidence artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-evidence
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
cat target/iso/attestation-manifest.txt

- name: Upload the ISO and manifest
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: nonos-production-iso
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
ZK_BOOT_NONCE_SEED: ${{ secrets.ZK_BOOT_NONCE_SEED }}
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- release
- name: Upload the bootable image
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: nonos-image
path: release/
Expand All @@ -99,7 +99,7 @@ jobs:

- name: Upload release artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-release
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- reproducible
- name: Upload reproducibility artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-reproducible
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- runtime
- name: Upload runtime artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-runtime
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- supply-chain
- name: Upload supply-chain artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-supply-chain
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-trust-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cargo run --release --manifest-path nonos-verify/Cargo.toml -- trust-chain
- name: Upload trust-chain artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: ci-reports-trust-chain
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cat "$EV/manifest.json"
- name: Upload lean evidence
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: lean-proofs-${{ github.run_id }}-${{ github.run_attempt }}
path: lean-evidence/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submodule-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Upload verification reports
if: always() && steps.diff.outputs.changed == 'true'
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: submodule-sync-${{ github.run_id }}
path: ci-reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
|| { echo "::error::a sorry is present in the Lean corpus"; exit 1; }
- name: Publish evidence manifest
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: verification-evidence
path: verification/evidence/EVIDENCE.json
Expand Down
Loading