From 76e3764a42cd80e773c545a0a9fb2b0279f62eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:31:39 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish.yml | 4 ++-- .github/workflows/release-cli-version.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index bda080f5..aa6d579b 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -115,12 +115,12 @@ jobs: role-to-assume: ${{ secrets.aws-oidc-role-arn }} aws-region: us-east-1 - name: Download MacOS Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v5.0.0 with: name: macos path: macos - name: Download Linux Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v5.0.0 with: name: linux path: linux diff --git a/.github/workflows/release-cli-version.yml b/.github/workflows/release-cli-version.yml index c28131b4..fbda25c9 100644 --- a/.github/workflows/release-cli-version.yml +++ b/.github/workflows/release-cli-version.yml @@ -57,11 +57,11 @@ jobs: tag_name: ${{ needs.get-version.outputs.full_version }} release_name: ${{ needs.get-version.outputs.full_version }} - name: Download MacOS Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v5.0.0 with: name: macos - name: Download Linux Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v5.0.0 with: name: linux - name: Upload Linux Release