diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 566c5aa..a623e4c 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@v5 + uses: actions/upload-artifact@v6 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@v6 + uses: actions/download-artifact@v7 with: path: . merge-multiple: true