From 5bffe6210b4e62c887c7dfc185a28ce6ed40c5ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:41:00 +0000 Subject: [PATCH] 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 8d1186b..1a6575a 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@v4 + uses: actions/upload-artifact@v6 with: name: packages-${{ matrix.arch }} path: "*.xpkg" @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v4 - name: Download Single-Platform Packages - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: . merge-multiple: true