From 6c2e77eab460a43ae82eee95c7f856ea0e7e5fe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:48:14 +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 a808669..e9d42a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,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" @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v6 - name: Download Single-Platform Packages - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # See https://github.com/docker/build-push-action/blob/263435/README.md#summaries pattern: "!*.dockerbuild"