From 527e2286eb6b7b33ddb666d87803df7a4ede9649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:59:53 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/.build.yml | 2 +- .github/workflows/.release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.build.yml b/.github/workflows/.build.yml index 48f2049d..124443ae 100644 --- a/.github/workflows/.build.yml +++ b/.github/workflows/.build.yml @@ -136,7 +136,7 @@ jobs: version: latest - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.name }} path: ./pkg/${{ inputs.name }}/bin diff --git a/.github/workflows/.release.yml b/.github/workflows/.release.yml index f2cae76e..096e2455 100644 --- a/.github/workflows/.release.yml +++ b/.github/workflows/.release.yml @@ -124,7 +124,7 @@ jobs: done - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.name }} path: ./pkg/${{ inputs.name }}/bin