From 671ba6893f4b9752db6d603dfab24e4094bcecb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:58:57 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci-with-bnp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-with-bnp.yaml b/.github/workflows/ci-with-bnp.yaml index 29002ba..53a509a 100644 --- a/.github/workflows/ci-with-bnp.yaml +++ b/.github/workflows/ci-with-bnp.yaml @@ -98,7 +98,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" @@ -118,7 +118,7 @@ jobs: uses: actions/checkout@v6 - name: Download Single-Platform Packages - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: "!*.dockerbuild" path: .