From ed345b1e74170a48b6c026599daa967703ecd822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:48:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 4.3.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 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..083c2ce1 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.3.0 with: name: macos path: macos - name: Download Linux Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.3.0 with: name: linux path: linux diff --git a/.github/workflows/release-cli-version.yml b/.github/workflows/release-cli-version.yml index 7e7fa21c..b2b6b20b 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.3.0 with: name: macos - name: Download Linux Artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.3.0 with: name: linux - name: Upload Linux Release