From 4835b285026466b184f6a180a26cc5549bbc8b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:05:02 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 9b98d725e..6ad3edeb2 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -118,7 +118,7 @@ jobs: - name: Download Linux amd64 continue-on-error: true - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: linux-amd64 path: linux-amd64 @@ -133,7 +133,7 @@ jobs: - name: Download Linux arm32 continue-on-error: true - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: linux-arm32v7 path: linux-arm32v7 @@ -148,7 +148,7 @@ jobs: - name: Download Linux arm64 continue-on-error: true - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: linux-arm64 path: linux-arm64