From 4d42425f4fad797b22211aea2858afd1e88eba52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:21:21 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...37930b1c2abaa49bbe596cd826c3c89aef350131) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark_documentation.yml | 2 +- .github/workflows/make_release_common.yml | 2 +- .github/workflows/make_release_cuda.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark_documentation.yml b/.github/workflows/benchmark_documentation.yml index 9db3ba937..ff6802cf6 100644 --- a/.github/workflows/benchmark_documentation.yml +++ b/.github/workflows/benchmark_documentation.yml @@ -185,7 +185,7 @@ jobs: persist-credentials: 'false' - name: Download SVG tables - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: path: svg_tables merge-multiple: 'true' diff --git a/.github/workflows/make_release_common.yml b/.github/workflows/make_release_common.yml index bb41d95bb..2834d07f2 100644 --- a/.github/workflows/make_release_common.yml +++ b/.github/workflows/make_release_common.yml @@ -100,7 +100,7 @@ jobs: token: ${{ secrets.REPO_CHECKOUT_TOKEN }} - name: Download artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: crate-${{ inputs.package-name }} path: target/package diff --git a/.github/workflows/make_release_cuda.yml b/.github/workflows/make_release_cuda.yml index cea2a5f13..e1dc5b4ed 100644 --- a/.github/workflows/make_release_cuda.yml +++ b/.github/workflows/make_release_cuda.yml @@ -174,7 +174,7 @@ jobs: GCC_VERSION: ${{ matrix.gcc }} - name: Download artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: crate-tfhe-cuda-backend path: target/package