From 23906b121e772d876f03c515e49997a1fa8a25c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:14:58 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e5753f..dd282f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,7 +113,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" @@ -133,7 +133,7 @@ jobs: uses: actions/checkout@v6 - name: Download Single-Platform Packages - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: . merge-multiple: true