diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f685eaf..79495dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: env: # Common versions PYTHON_VERSION: '3.11.5' - DOCKER_BUILDX_VERSION: 'v0.11.2' + DOCKER_BUILDX_VERSION: 'v0.24.0' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs. @@ -140,6 +140,8 @@ jobs: - name: Download Single-Platform Packages uses: actions/download-artifact@v4 with: + # See https://github.com/docker/build-push-action/blob/263435/README.md#summaries + pattern: "!*.dockerbuild" path: . merge-multiple: true