From 10664d8308aacc882effd98c76861d9833c0e946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 06:08:25 +0000 Subject: [PATCH] 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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbf56fa..8ec3fc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: bundler-cache: true - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: conductor_ruby-${{ needs.verify.outputs.version }} @@ -143,7 +143,7 @@ jobs: bundler-cache: true - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: conductor_ruby-${{ needs.verify.outputs.version }} @@ -176,7 +176,7 @@ jobs: contents: write steps: - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: conductor_ruby-${{ needs.verify.outputs.version }}