From 53638e30a84421d70359fba349871777c33509d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 09:10:37 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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..57e68b8 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@v5 with: name: "macos-latest-libs" path: ./fluvio/libs/ diff --git a/.github/workflows/push_snapshots.yml b/.github/workflows/push_snapshots.yml index ea5e10d..921e728 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@v5 with: name: "macos-latest-libs" path: ./fluvio/libs/