From 8980898e006394e777edc82c9f9fb13f13fbdf5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:57:06 +0000 Subject: [PATCH 1/2] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1693cb..378926f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar - name: Upload Single-Platform Package - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: package-${{ matrix.arch }} path: "*.xpkg" @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v6 - name: Download Single-Platform Packages - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: # See https://github.com/docker/build-push-action/blob/263435/README.md#summaries pattern: "!*.dockerbuild" From 8f2542641537533ca02edc5b32155bd7c470a3b2 Mon Sep 17 00:00:00 2001 From: Bob Haddleton Date: Sat, 28 Feb 2026 21:01:14 -0600 Subject: [PATCH 2/2] Bump hatch to fix virtualenv dependency Signed-off-by: Bob Haddleton --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 378926f..f7311e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: env: # Common versions PYTHON_VERSION: '3.11' - HATCH_VERSION: '1.12.0' + HATCH_VERSION: '1.16.5' DOCKER_BUILDX_VERSION: 'v0.24.0' # These environment variables are important to the Crossplane CLI install.sh