diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc80621fb..745e2c835e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: *.cache-to=type=gha,scope=build-${{ matrix.target }} - name: Upload build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.target }} path: ${{ env.BUNDLES_OUTPUT }}/${{ matrix.target }}-daemon/* @@ -92,7 +92,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Download build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: binary path: ./buildkit/build/moby/