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