We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5da15 commit 90958a5Copy full SHA for 90958a5
.github/workflows/ci.yaml
@@ -197,7 +197,7 @@ jobs:
197
help: "https://kind.sigs.k8s.io/docs/user/local-registry/"
198
EOF
199
- name: Download staged Service Bindings build
200
- uses: actions/download-artifact@v2.1.0
+ uses: actions/download-artifact@v3
201
with:
202
name: service-bindings-bundle.tar
203
- name: Install kapp-controller
@@ -365,7 +365,7 @@ jobs:
365
release_name: Release ${{ github.ref }}
366
draft: true
367
368
369
370
371
- name: Relocate bundle to public registry
0 commit comments