From c5689d0266da96cf7feeff767e38d5d5954d5552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:06:07 +0000 Subject: [PATCH] chore(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/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af5fc8b8d..ff43b375f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -184,7 +184,7 @@ jobs: with: go-version: 1.20.x - name: Download plugin bundle - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: tanzu-apps-plugin.tar.gz - name: Install tanzu cli @@ -400,7 +400,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Download staged CLI binaries${{ matrix.os-arch }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: tanzu-apps-plugin.tar.gz - name: Get release info