From e1c281e811c380640243287ce25429a4a74d50bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:48:10 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-adversarial.yml | 2 +- .github/workflows/ci-attestation.yml | 2 +- .github/workflows/ci-benchmark.yml | 2 +- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-evidence.yml | 2 +- .github/workflows/ci-iso.yml | 2 +- .github/workflows/ci-release-artifacts.yml | 4 ++-- .github/workflows/ci-reproducible.yml | 2 +- .github/workflows/ci-runtime.yml | 2 +- .github/workflows/ci-supply-chain.yml | 2 +- .github/workflows/ci-trust-chain.yml | 2 +- .github/workflows/lean.yml | 2 +- .github/workflows/submodule-sync.yml | 2 +- .github/workflows/verify.yml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci-adversarial.yml b/.github/workflows/ci-adversarial.yml index 6af2a4d11e..0e0c87c658 100644 --- a/.github/workflows/ci-adversarial.yml +++ b/.github/workflows/ci-adversarial.yml @@ -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/ diff --git a/.github/workflows/ci-attestation.yml b/.github/workflows/ci-attestation.yml index c4d6669287..16e71939d6 100644 --- a/.github/workflows/ci-attestation.yml +++ b/.github/workflows/ci-attestation.yml @@ -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/ diff --git a/.github/workflows/ci-benchmark.yml b/.github/workflows/ci-benchmark.yml index c95c9d6c15..4597546b26 100644 --- a/.github/workflows/ci-benchmark.yml +++ b/.github/workflows/ci-benchmark.yml @@ -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 }}/ diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a439652970..36d9883da0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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/ diff --git a/.github/workflows/ci-evidence.yml b/.github/workflows/ci-evidence.yml index 74adce7637..8ee592a135 100644 --- a/.github/workflows/ci-evidence.yml +++ b/.github/workflows/ci-evidence.yml @@ -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/ diff --git a/.github/workflows/ci-iso.yml b/.github/workflows/ci-iso.yml index d4ff5a33d0..bc74d4fe2c 100644 --- a/.github/workflows/ci-iso.yml +++ b/.github/workflows/ci-iso.yml @@ -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: | diff --git a/.github/workflows/ci-release-artifacts.yml b/.github/workflows/ci-release-artifacts.yml index cdcf227ae4..45c0636a99 100644 --- a/.github/workflows/ci-release-artifacts.yml +++ b/.github/workflows/ci-release-artifacts.yml @@ -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/ @@ -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/ diff --git a/.github/workflows/ci-reproducible.yml b/.github/workflows/ci-reproducible.yml index da5a235206..2ebd6ea4d9 100644 --- a/.github/workflows/ci-reproducible.yml +++ b/.github/workflows/ci-reproducible.yml @@ -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/ diff --git a/.github/workflows/ci-runtime.yml b/.github/workflows/ci-runtime.yml index 47df061c3e..bc26ae5d9b 100644 --- a/.github/workflows/ci-runtime.yml +++ b/.github/workflows/ci-runtime.yml @@ -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/ diff --git a/.github/workflows/ci-supply-chain.yml b/.github/workflows/ci-supply-chain.yml index 1a992090d7..03267047a5 100644 --- a/.github/workflows/ci-supply-chain.yml +++ b/.github/workflows/ci-supply-chain.yml @@ -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/ diff --git a/.github/workflows/ci-trust-chain.yml b/.github/workflows/ci-trust-chain.yml index 6448562942..eec8d42210 100644 --- a/.github/workflows/ci-trust-chain.yml +++ b/.github/workflows/ci-trust-chain.yml @@ -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/ diff --git a/.github/workflows/lean.yml b/.github/workflows/lean.yml index cb90fabbd4..1ae774592d 100644 --- a/.github/workflows/lean.yml +++ b/.github/workflows/lean.yml @@ -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/ diff --git a/.github/workflows/submodule-sync.yml b/.github/workflows/submodule-sync.yml index fc69c99fda..bfe860fb8e 100644 --- a/.github/workflows/submodule-sync.yml +++ b/.github/workflows/submodule-sync.yml @@ -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/ diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 21d826b2f1..2e2186418f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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