diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11f8e45..26f44a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,7 +106,7 @@ jobs: imgpkg copy -b "${BUNDLE}" --to-tar bundle/service-bindings-bundle.tar echo "##[endgroup]" - name: Upload Service Bindings build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: service-bindings-bundle.tar path: bundle/service-bindings-bundle.tar