From 6a758042ef81cdbcf926d348e8fd1d41b890414e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:01:24 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d34722e..1f44bf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: entrypoint: ./target/release/conformance - name: Upload verify_bundle binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: verify_bundle path: target/release/examples/verify_bundle @@ -95,7 +95,7 @@ jobs: python-version: '3.14' - name: Download verify_bundle binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: verify_bundle path: target/release/examples