diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5db3cb..2cfab42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: # Common versions PYTHON_VERSION: '3.11' HATCH_VERSION: '1.12.0' - 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