From fb8209fdd181f75e0719633d265ccb496b244b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:49:23 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ffi-libs.yml | 4 ++-- .github/workflows/gcp-artifact-registry.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ffi-libs.yml b/.github/workflows/build-ffi-libs.yml index 79b216a1..cbfd23ae 100644 --- a/.github/workflows/build-ffi-libs.yml +++ b/.github/workflows/build-ffi-libs.yml @@ -260,7 +260,7 @@ jobs: ssh-key: ${{ secrets.FFI_DEPLOY_KEY }} - name: Download dev library artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: pattern: 'ffi-lib-*' path: artifacts @@ -321,7 +321,7 @@ jobs: uses: actions/checkout@v6 - name: Download all release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: pattern: 'ffi-lib-*' path: artifacts diff --git a/.github/workflows/gcp-artifact-registry.yml b/.github/workflows/gcp-artifact-registry.yml index fe471ec3..997f8cfc 100644 --- a/.github/workflows/gcp-artifact-registry.yml +++ b/.github/workflows/gcp-artifact-registry.yml @@ -184,7 +184,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all hash artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: all-hashes pattern: hash-*