From 2328b89dbafc16c7248993c8a392ee5e4f5fc248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:02:06 +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/do_release.yml | 2 +- .github/workflows/push_snapshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/do_release.yml b/.github/workflows/do_release.yml index 4b906f7..0503038 100644 --- a/.github/workflows/do_release.yml +++ b/.github/workflows/do_release.yml @@ -62,7 +62,7 @@ jobs: java-version: 21 distribution: 'adopt' - name: Download MacOS Lib - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: "macos-latest-libs" path: ./fluvio/libs/ diff --git a/.github/workflows/push_snapshots.yml b/.github/workflows/push_snapshots.yml index ea5e10d..6a5e04a 100644 --- a/.github/workflows/push_snapshots.yml +++ b/.github/workflows/push_snapshots.yml @@ -49,7 +49,7 @@ jobs: java-version: 8 distribution: 'adopt' - name: Download MacOS Lib - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: "macos-latest-libs" path: ./fluvio/libs/