diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1693cb..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 @@ -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"