From fd5d6503e09ec3038b7b7095f2ddc0ac323318e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:32:34 +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 93fb88d..ed08d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,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@v5 with: name: package-${{ matrix.arch }} path: "*.xpkg" @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v5 - name: Download Single-Platform Packages - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: . merge-multiple: true