diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11f8e45..ae53cf3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -208,7 +208,7 @@ jobs: help: "https://kind.sigs.k8s.io/docs/user/local-registry/" EOF - name: Download staged Service Bindings build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: service-bindings-bundle.tar - name: Install kapp-controller @@ -376,7 +376,7 @@ jobs: release_name: Release ${{ github.ref }} draft: true - name: Download staged Service Bindings build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: service-bindings-bundle.tar - name: Relocate bundle to public registry