diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5c1e17..68306c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,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" @@ -138,7 +138,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