From 23281c5f2d466277ef91a2fb4b28d91543b059c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:20:07 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 4.2.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... 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 8ccc01cb..6ccfbdac 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -112,12 +112,12 @@ jobs: aws-secret-access-key: ${{ secrets.aws-secret-access-key }} aws-region: us-east-1 - name: Download MacOS Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: macos path: macos - name: Download Linux Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: linux path: linux diff --git a/.github/workflows/release-cli-version.yml b/.github/workflows/release-cli-version.yml index 7e7fa21c..6c8ce919 100644 --- a/.github/workflows/release-cli-version.yml +++ b/.github/workflows/release-cli-version.yml @@ -58,11 +58,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@v4.2.1 with: name: macos - name: Download Linux Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.1 with: name: linux - name: Upload Linux Release